MCvPoint3D32fGetNormalizedPoint Method |
http://www.emgu.com
Get the normalized point
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic MCvPoint3D32f GetNormalizedPoint()
Public Function GetNormalizedPoint As MCvPoint3D32f
public:
MCvPoint3D32f GetNormalizedPoint()
member GetNormalizedPoint : unit -> MCvPoint3D32f
Return Value
Type:
MCvPoint3D32fThe normalized point
See Also