Constructor ICP
- Namespace
- OpenCvSharp.PpfMatch3D
- Assembly
- OpenCvSharp.dll
ICP()
Creates an ICP instance with the OpenCV defaults.
public ICP()
ICP(int, float, float, int)
Creates an ICP instance.
public ICP(int iterations, float tolerance = 0.05, float rejectionScale = 2.5, int numberOfLevels = 6)