Package | Description |
---|---|
org.bytedeco.opencv.opencv_xfeatures2d |
Modifier and Type | Method and Description |
---|---|
static PCTSignatures |
PCTSignatures.create() |
static PCTSignatures |
PCTSignatures.create(int initSampleCount,
int initSeedCount,
int pointDistribution)
\brief Creates PCTSignatures algorithm using sample and seed count.
|
static PCTSignatures |
PCTSignatures.create(Point2fVector initSamplingPoints,
int initSeedCount)
\brief Creates PCTSignatures algorithm using pre-generated sampling points
and number of clusterization seeds.
|
static PCTSignatures |
PCTSignatures.create(Point2fVector initSamplingPoints,
int[] initClusterSeedIndexes) |
static PCTSignatures |
PCTSignatures.create(Point2fVector initSamplingPoints,
IntBuffer initClusterSeedIndexes) |
static PCTSignatures |
PCTSignatures.create(Point2fVector initSamplingPoints,
IntPointer initClusterSeedIndexes)
\brief Creates PCTSignatures algorithm using pre-generated sampling points
and clusterization seeds indexes.
|
Copyright © 2020. All rights reserved.