bazar  1.3.1
Public Member Functions | Public Attributes | List of all members
keypoint_match Class Reference

A match between two keypoint s. Contains a pointer on each keypoint, a score, and outlier boolean field. More...

#include <keypoint_match.h>

Collaboration diagram for keypoint_match:
Collaboration graph
[legend]

Public Member Functions

 keypoint_match (void)

Public Attributes

keypointp1
keypointp2
float score
bool outlier

Detailed Description

A match between two keypoint s. Contains a pointer on each keypoint, a score, and outlier boolean field.

Definition at line 32 of file keypoint_match.h.

Constructor & Destructor Documentation

keypoint_match::keypoint_match ( void  )
inline

Definition at line 35 of file keypoint_match.h.

Member Data Documentation

bool keypoint_match::outlier

Definition at line 39 of file keypoint_match.h.

keypoint* keypoint_match::p1

Definition at line 37 of file keypoint_match.h.

keypoint * keypoint_match::p2

Definition at line 37 of file keypoint_match.h.

float keypoint_match::score

Definition at line 38 of file keypoint_match.h.


The documentation for this class was generated from the following file: