Method IntegrateColor
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
IntegrateColor(InputArray, InputArray, InputArray)
Integrates the input data to the volume (only for ColorTSDF).
public void IntegrateColor(InputArray depth, InputArray image, InputArray pose)
Parameters
depthInputArraythe depth image.
imageInputArraythe color image (only for ColorTSDF).
poseInputArraythe pose of camera in global coordinates.