Table of Contents

Class ICP

Namespace
OpenCvSharp.PpfMatch3D
Assembly
OpenCvSharp.dll

Iterative Closest Point registration for 3D point clouds.

public sealed class ICP : CvObject, IDisposable
Inheritance
ICP
Implements
Inherited Members

Constructors

ICP()

Creates an ICP instance with the OpenCV defaults.

ICP(int, float, float, int)

Creates an ICP instance.

Methods

RegisterModelToScene(InputArray, InputArray, out double, out Mat)

Registers a source point cloud to a destination point cloud.