You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.WorldPlanePointToImage
Finds the image coordinates of world plane Point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void WorldPlanePointToImage ( FilNet.Point2D inWorldPoint, FilNet.RectificationTransform inTransform, out FilNet.Point2D outImagePoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWorldPoint | FilNet.Point2D | |||
![]() | inTransform | FilNet.RectificationTransform | Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane. | ||
![]() | outImagePoint | FilNet.Point2D |