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