Table of Contents

Method RaycastEx

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

RaycastEx(InputArray, int, int, InputArray, OutputArray, OutputArray)

Renders the volume contents into an image of the given size with the given intrinsics.

public void RaycastEx(InputArray cameraPose, int height, int width, InputArray K, OutputArray points, OutputArray normals)

Parameters

cameraPose InputArray

the pose of camera in global coordinates.

height int

the height of result image.

width int

the width of result image.

K InputArray

camera raycast intrinsics.

points OutputArray

image to store rendered points.

normals OutputArray

image to store rendered normals corresponding to points.