Parameters

Parameters for the RenderPointMap command.

JSON Format

Type

Object

Properties

Property

Description

(BoundingBox)

Specifies a bounding box that clips the point map.

(Camera)

The monocular camera’s perspective to render from.

(Cameras)

Specifies which surfaces should be included in the depth map.

(Far)

The clipping plane distance from the camera pose in viewing direction.

(FillXYCoordinates)

Whether the x and y channels of the point map should be filled, even at pixels which could not be triangulated.

(Near)

The clipping plane distance from the camera pose in viewing direction.

(PixelSize)

The pixel size for the generation of the telecentric depth map.

(Scaling)

A factor in the range 0..1 with which the resolution is downscaled internally during the rendering process to avoid holes in the target image.

(Size)

The size of the rendered depth map in pixels.

(Texture)

Whether the texture image should be generated by RenderPointMap.

(Threads)

The number of threads to use for parallel computations.

(UseOpenGL)

Whether to enable OpenGL.

(ViewPose)

The Pose from which the scene is rendered.

(ZBufferOnly)

Whether the x and y channels should be omitted from the result.