opencv::shape

Function create_shape_context_distance_extractor_def

Source
pub fn create_shape_context_distance_extractor_def() -> Result<Ptr<ShapeContextDistanceExtractor>>
Expand description

ยงNote

This alternative version of create_shape_context_distance_extractor function uses the following default values for its arguments:

  • n_angular_bins: 12
  • n_radial_bins: 4
  • inner_radius: 0.2f
  • outer_radius: 2
  • iterations: 3
  • comparer: createChiHistogramCostExtractor()
  • transformer: createThinPlateSplineShapeTransformer()