Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Calibration » WorldPlanePathsToImage
Finds the image coordinates of world paths.
Name | Type | Description | |
---|---|---|---|
![]() |
inWorldPlanePaths | PathArray | Array of paths in given world coordinate plane. |
![]() |
inTransform | 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. |
![]() |
outImagePaths | PathArray |
Applications
World coordinate to image paths transformation.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Homography matrix must be a 3x3 matrix |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- CalibrateWorldPlane – Finds the image to world plane transformation matrix.
- ImagePathsToWorldPlane – Finds the world coordinates of image paths.
- WorldPlaneEdgesToImage – Finds the image coordinates of world edges.
- WorldPlaneGapsToImage – Finds the image coordinates of world gaps.
- WorldPlanePointsToImage – Finds the image coordinates of world points.
- WorldPlaneRidgesToImage – Finds the image coordinates of world ridges.
- WorldPlaneSegmentsToImage – Finds the image coordinates of world segments.
- WorldPlaneStripesToImage – Finds the image coordinates of world stripes.