| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_shape |
| 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)
\}
|
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() |
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.
|
void |
ShapeContextDistanceExtractor.setCostExtractor(HistogramCostExtractor comparer)
\brief Set the algorithm used for building the shape context descriptor cost matrix.
|
Copyright © 2023. All rights reserved.