Method RaycastColor
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RaycastColor(InputArray, OutputArray, OutputArray, OutputArray)
Renders the volume contents into an image, also outputting colors (only for ColorTSDF).
public void RaycastColor(InputArray cameraPose, OutputArray points, OutputArray normals, OutputArray colors)
Parameters
cameraPoseInputArraythe pose of camera in global coordinates.
pointsOutputArrayimage to store rendered points.
normalsOutputArrayimage to store rendered normals corresponding to points.
colorsOutputArrayimage to store rendered colors corresponding to points (only for ColorTSDF).