Method RaycastExColor
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RaycastExColor(InputArray, int, int, InputArray, OutputArray, OutputArray, OutputArray)
Renders the volume contents into an image of the given size with the given intrinsics, also outputting colors (only for ColorTSDF).
public void RaycastExColor(InputArray cameraPose, int height, int width, InputArray K, OutputArray points, OutputArray normals, OutputArray colors)
Parameters
cameraPoseInputArraythe pose of camera in global coordinates.
heightintthe height of result image.
widthintthe width of result image.
KInputArraycamera raycast intrinsics.
pointsOutputArrayimage to store rendered points.
normalsOutputArrayimage to store rendered normals corresponding to points.
colorsOutputArrayimage to store rendered colors corresponding to points (only for ColorTSDF).