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