Skip to main content

Module features

Module features 

Source

Re-exports§

pub use matching::BFMatcher;
pub use matching::DMatch;
pub use matching::FlannMatcher;
pub use matching::MatchDrawer;

Modules§

matching

Structs§

FeatureDetector
KeyPoint
Represents a detected keypoint in an image.

Enums§

FeatureType
Feature detector type.
TemplateMatchMethod
Template matching method.

Functions§

template_match
Performs template matching using sliding window correlation.