#include <TrackingPointSelector.h>
◆ TrackingPointSelector() [1/2]
| TrackingPointSelector::TrackingPointSelector |
( |
| ) |
|
◆ TrackingPointSelector() [2/2]
| TrackingPointSelector::TrackingPointSelector |
( |
std::vector< cv::Point2f > |
pts, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
markerTemplateWidth |
|
) |
| |
◆ CleanUp()
| void TrackingPointSelector::CleanUp |
( |
| ) |
|
◆ DistributeBins()
| void TrackingPointSelector::DistributeBins |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
markerTemplateWidth |
|
) |
| |
◆ GetAllFeatures()
| std::vector< cv::Point2f > TrackingPointSelector::GetAllFeatures |
( |
| ) |
|
Get all points from all bins that are candidates for selection.
◆ GetHomography()
| cv::Mat TrackingPointSelector::GetHomography |
( |
| ) |
|
◆ GetSelectedFeatures()
| std::vector< cv::Point2f > TrackingPointSelector::GetSelectedFeatures |
( |
| ) |
|
◆ GetSelectedFeatures3d()
| std::vector< cv::Point3f > TrackingPointSelector::GetSelectedFeatures3d |
( |
| ) |
|
◆ GetSelectedFeaturesWarped()
| std::vector< cv::Point2f > TrackingPointSelector::GetSelectedFeaturesWarped |
( |
| ) |
|
◆ GetTrackedFeatures()
| std::vector< cv::Point2f > TrackingPointSelector::GetTrackedFeatures |
( |
| ) |
|
◆ SelectPoints()
| void TrackingPointSelector::SelectPoints |
( |
| ) |
|
Reset selected points and then randomly select one point from each bin.
◆ SetHomography()
| void TrackingPointSelector::SetHomography |
( |
cv::Mat |
newHomography | ) |
|
◆ UpdatePointStatus()
| void TrackingPointSelector::UpdatePointStatus |
( |
std::vector< uchar > |
status | ) |
|
The documentation for this class was generated from the following files: