Table of Contents

Method Raycast

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Raycast(InputArray, OutputArray, OutputArray)

Renders the volume contents into an image.

public void Raycast(InputArray cameraPose, OutputArray points, OutputArray normals)

Parameters

cameraPose InputArray

the pose of camera in global coordinates.

points OutputArray

image to store rendered points.

normals OutputArray

image to store rendered normals corresponding to points.