Click or drag to resize

PCTSignatures Constructor (VectorOfPointF, Int32)

http://www.emgu.com
Creates PCTSignatures algorithm using pre-generated sampling points and number of clusterization seeds. It uses the provided sampling points and generates its own clusterization seed 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,
	int initSeedCount
)

Parameters

initSamplingPoints
Type: Emgu.CV.UtilVectorOfPointF
Sampling points used in image sampling.
initSeedCount
Type: SystemInt32
Number of initial clusterization seeds. Must be lower or equal to initSamplingPoints.size().
See Also