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
Syntaxpublic Point MapPointToImagePoint(
MCvPoint2D64f pt
)
Public Function MapPointToImagePoint (
pt As MCvPoint2D64f
) As Point
public:
Point MapPointToImagePoint(
MCvPoint2D64f pt
)
member MapPointToImagePoint :
pt : MCvPoint2D64f -> Point
Parameters
- pt
- Type: Emgu.CV.StructureMCvPoint2D64f
The point on the map
Return Value
Type:
PointThe point on the image
See Also