Click or drag to resize

PCTSignatures Constructor (VectorOfPointF, VectorOfInt)

http://www.emgu.com
Creates PCTSignatures algorithm using pre-generated sampling points and clusterization seeds indexes.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public PCTSignatures(
	VectorOfPointF initSamplingPoints,
	VectorOfInt initClusterSeedIndexes
)

Parameters

initSamplingPoints
Type: Emgu.CV.UtilVectorOfPointF
Sampling points used in image sampling.
initClusterSeedIndexes
Type: Emgu.CV.UtilVectorOfInt
Indexes of initial clusterization seeds. Its size must be lower or equal to initSamplingPoints.size().
See Also