cv.PCTSignatures/PCTSignatures - MATLAB File Help
cv.PCTSignatures/PCTSignatures

Creates PCTSignatures algorithm

obj = cv.PCTSignatures()
obj = cv.PCTSignatures('OptionName',optionValue, ...)

obj = cv.PCTSignatures(initSamplingPoints, initSeedCount)

obj = cv.PCTSignatures(initSamplingPoints, initClusterSeedIndexes)

Input

Options (first variant)

In the first variant, it creates PCTSignatures algorithm using sample and seed count. It generates its own sets of sampling points and clusterization seed indexes.

In the second variant, it 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.

In the third variant, it creates PCTSignatures algorithm using pre-generated sampling points and clusterization seeds indexes.

See also