Represents a single instance of matched object in the 2D rgb scene. More...
#include <matcher.h>
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. |
Represents a single instance of matched object in the 2D rgb scene.
custom_landmark_2d::Frame::Frame | ( | const cv::Point | p1, |
const cv::Point | p2, | ||
const float | score | ||
) |