Namespace Emgu.CV.Linemod
Classes
- Detector
Object detector using the LINE template matching algorithm with any set of modalities.
- LineDetector
Detector using LINE algorithm with color gradients.
- LinemodDetector
Detector using LINE-MOD algorithm with color gradients and depth normals.
- LinemodInvoke
Provide interfaces to the Open CV Linemod functions
- Match
Represents a successful template match.
- Modality
Interface for modalities that plug into the LINE template matching representation.
- VectorOfLinemodMatch
Wrapped class of the C++ standard vector of LinemodMatch.