Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_shape |
Modifier and Type | Method and Description |
---|---|
static HistogramCostExtractor |
opencv_shape.createChiHistogramCostExtractor() |
static HistogramCostExtractor |
opencv_shape.createChiHistogramCostExtractor(int nDummies,
float defaultCost) |
static HistogramCostExtractor |
opencv_shape.createEMDHistogramCostExtractor() |
static HistogramCostExtractor |
opencv_shape.createEMDHistogramCostExtractor(int flag,
int nDummies,
float defaultCost) |
static HistogramCostExtractor |
opencv_shape.createEMDL1HistogramCostExtractor() |
static HistogramCostExtractor |
opencv_shape.createEMDL1HistogramCostExtractor(int nDummies,
float defaultCost) |
static HistogramCostExtractor |
opencv_shape.createNormHistogramCostExtractor() |
static HistogramCostExtractor |
opencv_shape.createNormHistogramCostExtractor(int flag,
int nDummies,
float defaultCost)
\}
|
Modifier and Type | Method and Description |
---|---|
static ShapeContextDistanceExtractor |
opencv_shape.createShapeContextDistanceExtractor(int nAngularBins,
int nRadialBins,
float innerRadius,
float outerRadius,
int iterations,
HistogramCostExtractor comparer,
ShapeTransformer transformer)
\}
|
Modifier and Type | Class and Description |
---|---|
class |
ChiHistogramCostExtractor
\brief An Chi based cost extraction.
|
class |
EMDHistogramCostExtractor
\brief An EMD based cost extraction.
|
class |
EMDL1HistogramCostExtractor
\brief An EMD-L1 based cost extraction.
|
class |
NormHistogramCostExtractor
\brief A norm based cost extraction.
|
Modifier and Type | Method and Description |
---|---|
HistogramCostExtractor |
ShapeContextDistanceExtractor.getCostExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
ShapeContextDistanceExtractor.setCostExtractor(HistogramCostExtractor comparer)
\brief Set the algorithm used for building the shape context descriptor cost matrix.
|
Copyright © 2020. All rights reserved.