Re-exports§
pub use matching::BFMatcher;pub use matching::DMatch;pub use matching::FlannMatcher;pub use matching::MatchDrawer;
Modules§
Structs§
- Feature
Detector - KeyPoint
- Represents a detected keypoint in an image.
Enums§
- Feature
Type - Feature detector type.
- Template
Match Method - Template matching method.
Functions§
- template_
match - Performs template matching using sliding window correlation.