11 #include <opencv2/core/types.hpp> 12 #include <opencv2/core/mat.hpp> 31 virtual std::vector<cv::KeyPoint>
generateKeypointsImpl(
const cv::Mat & image,
const cv::Rect & roi,
const cv::Mat &
mask = cv::Mat());
GLM_FUNC_DECL genIType mask(genIType const &count)
PyDetector(const ParametersMap ¶meters=ParametersMap())
std::map< std::string, std::string > ParametersMap
virtual Feature2D::Type getType() const
virtual std::vector< cv::KeyPoint > generateKeypointsImpl(const cv::Mat &image, const cv::Rect &roi, const cv::Mat &mask=cv::Mat())
virtual void parseParameters(const ParametersMap ¶meters)
virtual cv::Mat generateDescriptorsImpl(const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints) const