Skip to content

shape

All modules / shape

AffineTransformerclass

Wrapper class for the OpenCV Affine Transformation algorithm. :

ChiHistogramCostExtractorclass

An Chi based cost extraction. :

createAffineTransformerfunction

Complete constructor

createChiHistogramCostExtractorfunction

Create an owned HistogramCostExtractor instance with the supplied configuration.

createEMDHistogramCostExtractorfunction

Create an owned HistogramCostExtractor instance with the supplied configuration.

createEMDL1HistogramCostExtractorfunction

Create an owned HistogramCostExtractor instance with the supplied configuration.

createHausdorffDistanceExtractorfunction

createHausdorffDistanceExtractor: Constructor

createNormHistogramCostExtractorfunction

Create an owned HistogramCostExtractor instance with the supplied configuration.

createShapeContextDistanceExtractorfunction

Create an owned ShapeContextDistanceExtractor instance with the supplied configuration.

createThinPlateSplineShapeTransformerfunction

Complete constructor

EMDHistogramCostExtractorclass

An EMD based cost extraction. :

EMDL1HistogramCostExtractorclass

An EMD-L1 based cost extraction. :

HausdorffDistanceExtractorclass

A simple Hausdorff distance measure between shapes defined by contours

HistogramCostExtractorclass

Abstract base class for histogram cost algorithms.

NormHistogramCostExtractorclass

A norm based cost extraction. :

ShapeContextDistanceExtractorclass

Implementation of the Shape Context descriptor and matching algorithm

ShapeDistanceExtractorclass

example: modules/shape/samples/shape_example.cpp

ShapeTransformerclass

Abstract base class for shape transformation algorithms.

ThinPlateSplineShapeTransformerclass

Definition of the transformation