AffineTransformer Constructor |
http://www.emgu.com
Create an affine transformer
Namespace:
Emgu.CV.Shape
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic AffineTransformer(
bool fullAffine
)
Public Sub New (
fullAffine As Boolean
)
public:
AffineTransformer(
bool fullAffine
)
new :
fullAffine : bool -> AffineTransformer
Parameters
- fullAffine
- Type: SystemBoolean
Full affine
See Also