### Descripe the feature and motivation with the release of [OpenCV 4.7](https://github.com/opencv/opencv/releases/tag/4.7.0) this [PR](https://github.com/opencv/opencv/pull/22329) 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](https://github.com/opencv/opencv/commit/dbd65a3b01bbeca7405bf4c5c3971c85f5fa6d89) since python bindings were corrupt. Thanks to @chinery for fixing this. ### Additional context _No response_