|  | OpenCV
    3.4.18
    Open Source Computer Vision | 
#include <opencv2/stitching/detail/matchers.hpp>
 
  
 | Public Member Functions | |
| SiftFeaturesFinder () | |
|  Public Member Functions inherited from cv::detail::FeaturesFinder | |
| virtual | ~FeaturesFinder () | 
| virtual void | collectGarbage () | 
| Frees unused memory allocated before if there is any.  More... | |
| void | operator() (InputArray image, ImageFeatures &features) | 
| void | operator() (InputArray image, ImageFeatures &features, const std::vector< cv::Rect > &rois) | 
| Finds features in the given image.  More... | |
| void | operator() (InputArrayOfArrays images, std::vector< ImageFeatures > &features, const std::vector< std::vector< cv::Rect > > &rois) | 
| Finds features in the given images in parallel.  More... | |
| void | operator() (InputArrayOfArrays images, std::vector< ImageFeatures > &features) | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from cv::detail::FeaturesFinder | |
| bool | isThreadSafe () const | 
| uses dynamic_cast to determine thread-safety  More... | |
SIFT features finder.
| cv::detail::SiftFeaturesFinder::SiftFeaturesFinder | ( | ) | 
 1.8.13
 1.8.13