Method FetchPointsNormalsColors
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
FetchPointsNormalsColors(OutputArray, OutputArray, OutputArray)
Extracts all points, normals and colors from the volume (only for ColorTSDF).
public void FetchPointsNormalsColors(OutputArray points, OutputArray normals, OutputArray colors)
Parameters
pointsOutputArraythe storage of all points.
normalsOutputArraythe storage of all normals, corresponding to points.
colorsOutputArraythe storage of all colors, corresponding to points (only for ColorTSDF).