Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » cvReprojectImageTo3D

cvReprojectImageTo3D


Module: OpenCV

Projects a disparity image to 3D space.

Name Type Description
Input value inDisparity Image Input single-channel disparity image.
Input value inQ Matrix 4x4 perspective transformation matrix that can be obtained with stereoRectify.
Input value inHandleMissingValues Bool* Indicates, whether the function should handle missing values (i.e. points where the disparity was not computed).
Output value out3DImage Image Output 3-channel floating-point image of the same size as disparity.

Complexity Level

This filter is available on Basic Complexity Level.