Namespace Emgu.CV.Reg
Classes
- Map
Base class for modelling a Map between two images.
- MapAffine
Defines an affine transformation
- MapProjec
Defines a transformation that consists on a projective transformation
- MapShift
Defines a transformation that consists on a simple displacement
- MapperGradAffine
Mapper for affine motion
- MapperGradEuclid
Mapper for euclidean motion: rotation plus shift
- MapperGradProj
Gradient mapper for a projective transformation
- MapperGradShift
Gradient mapper for a translation
- MapperGradSimilar
Calculates a similarity transformation between two images (scale, rotation, and shift)
- MapperPyramid
Calculates a map using a gaussian pyramid
- RegInvoke
Entry points for the cv::reg functions
Interfaces
- IMap
The interface for cv::reg::Map
- IMapper
The interface for cv::reg::Mapper