Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Camera Calibration » WorldPlaneSegmentsToImage
Finds the image coordinates of world segments.
Name | Type | Description | |
---|---|---|---|
inWorldPlaneSegments | Segment2DArray | Array of 2D segments 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. | |
outImageSegments | Segment2DArray |
Applications
World coordinate to image segments transformation.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- CalibrateWorldPlane – Finds the image to world plane transformation matrix.
- ImageSegmentsToWorldPlane – Finds the world coordinates of image segments.
- WorldPlaneEdgesToImage – Finds the image coordinates of world edges.
- WorldPlaneGapsToImage – Finds the image coordinates of world gaps.
- WorldPlanePathsToImage – Finds the image coordinates of world paths.
- WorldPlanePointsToImage – Finds the image coordinates of world points.
- WorldPlaneRidgesToImage – Finds the image coordinates of world ridges.
- WorldPlaneStripesToImage – Finds the image coordinates of world stripes.