NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
cv::GoodFeaturesToTrackDetector Class Reference

#include <good_features_to_track_detector.h>

Inheritance diagram for cv::GoodFeaturesToTrackDetector:
Inheritance graph

Public Member Functions

 GoodFeaturesToTrackDetector (const vision_common::GoodFeaturesToTrackDetectorParams &params)
 
 ~GoodFeaturesToTrackDetector () final
 
void detectAndCompute (cv::InputArray image, cv::InputArray mask, std::vector< cv::KeyPoint > &keypoints, cv::OutputArray descriptors, bool useProvidedKeypoints=false) final
 

Constructor & Destructor Documentation

◆ GoodFeaturesToTrackDetector()

cv::GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector ( const vision_common::GoodFeaturesToTrackDetectorParams params)
explicit

◆ ~GoodFeaturesToTrackDetector()

cv::GoodFeaturesToTrackDetector::~GoodFeaturesToTrackDetector ( )
inlinefinal

Member Function Documentation

◆ detectAndCompute()

void cv::GoodFeaturesToTrackDetector::detectAndCompute ( cv::InputArray  image,
cv::InputArray  mask,
std::vector< cv::KeyPoint > &  keypoints,
cv::OutputArray  descriptors,
bool  useProvidedKeypoints = false 
)
final

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