Trait cv::features2d::Feature2D [−][src]
Basic trait for 2D image feature detectors and descriptor extractors
Required methods
fn detect_and_compute(&self, image: &Mat, mask: &Mat) -> (Vec<KeyPoint>, Mat)
[src]
Detects keypoints and computes the descriptors