http://www.emgu.com
returns the current position in the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Point Pos { get; }
Public ReadOnly Property Pos As Point
Get
public:
property Point Pos {
Point get ();
}
member Pos : Point with get
Property Value
Type:
Point
See Also