Public Member Functions | Public Attributes
custom_landmark_2d::Frame Class Reference

Represents a single instance of matched object in the 2D rgb scene. More...

#include <matcher.h>

List of all members.

Public Member Functions

 Frame ()
 Frame (const cv::Point p1, const cv::Point p2, const float score)

Public Attributes

cv::Point p1
 The upper-left point of this frame (x_min, y_min)
cv::Point p2
 The lower-right point of this frame (x_max, y_max)
float score
 The score of this frame.

Detailed Description

Represents a single instance of matched object in the 2D rgb scene.

Definition at line 10 of file matcher.h.


Constructor & Destructor Documentation

custom_landmark_2d::Frame::Frame ( const cv::Point  p1,
const cv::Point  p2,
const float  score 
)

Member Data Documentation

The upper-left point of this frame (x_min, y_min)

Definition at line 13 of file matcher.h.

The lower-right point of this frame (x_max, y_max)

Definition at line 15 of file matcher.h.

The score of this frame.

Definition at line 17 of file matcher.h.


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


custom_landmark_2d
Author(s):
autogenerated on Thu Jun 6 2019 18:35:43