Skip to content

[question] SelectiveSearchSegmentationStrategySizeImpl does not merge sizes? #3004

@vadimkantorov

Description

@vadimkantorov

https://github.com/opencv/opencv_contrib/blob/master/modules/ximgproc/src/selectivesearchsegmentation.cpp#L383-L385:

void SelectiveSearchSegmentationStrategySizeImpl::merge(int /* r1 */, int /* r2 */) {
                // Nothing to do (sizes are merged at parent level)
            }

but I could not find where it is done at parent level. Parent level seems to define merge() method as empty. Is it a bug or am I missing anything? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions