Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Camera Calibration » ShiftWorldPlane

ShiftWorldPlane


Shifts world plane along its normal vector.

Name Type Description
inTransform RectificationTransform
inDeltaZ Double The world plane will be shifted by given amount in direction perpendicular to the grid. Positive translations move plane away from camera.
outTransform RectificationTransform

Applications

Image to world coordinates transformations.

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 Camera model in inTransform is not defined.
DomainError Homography matrix in inTransform is not defined.
DomainError Shifting world plane with non pinhole camera models (e.g. telecentric) is not supported yet.

Complexity Level

This filter is available on Advanced Complexity Level.