AffineTransformerShapeTransformerPtr Property |
http://www.emgu.com
Get the pointer to the native ShapeTransformer
Namespace:
Emgu.CV.Shape
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic IntPtr ShapeTransformerPtr { get; }
Public ReadOnly Property ShapeTransformerPtr As IntPtr
Get
public:
virtual property IntPtr ShapeTransformerPtr {
IntPtr get () sealed;
}
abstract ShapeTransformerPtr : IntPtr with get
override ShapeTransformerPtr : IntPtr with get
Property Value
Type:
IntPtrImplements
IShapeTransformerShapeTransformerPtr
See Also