Skip to content

Support GraphCutSeamFinder in stitching_detailed.py #23086

@lukasalexanderweber

Description

@lukasalexanderweber

Descripe the feature and motivation

with the release of OpenCV 4.7 this PR becomes available so we can add

SEAM_FIND_CHOICES['gc_color'] = cv.detail_GraphCutSeamFinder('COST_COLOR')
SEAM_FIND_CHOICES['gc_colorgrad'] = cv.detail_GraphCutSeamFinder('COST_COLOR_GRAD')

to https://github.com/opencv/opencv/blob/4.x/samples/python/stitching_detailed.py

Previously it was removed since python bindings were corrupt. Thanks to @chinery for fixing this.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions