Click or drag to resize

MapTColor, TDepthMapPointToImagePoint Method (MCvPoint2D64f)

http://www.emgu.com
Map a point to a position in the internal image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Point MapPointToImagePoint(
	MCvPoint2D64f pt
)

Parameters

pt
Type: Emgu.CV.StructureMCvPoint2D64f
The point on the map

Return Value

Type: Point
The point on the image
See Also