http://www.emgu.com
returns the current position in the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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