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