Struct opencv::stitching::Detail_GraphCutSeamFinder [−][src]
pub struct Detail_GraphCutSeamFinder { /* fields omitted */ }
Expand description
Minimum graph cut-based seam estimator. See details in V03 .
Implementations
C++ default parameters
- cost_type: COST_COLOR_GRAD
- terminal_cost: 10000.f
- bad_region_penalty: 1000.f
C++ default parameters
- terminal_cost: 10000.f
- bad_region_penalty: 1000.f
Trait Implementations
Performs the conversion.