Skip to content

cv::remap() and outliers #22177

@chacha21

Description

@chacha21

OpenCV 4.*

Currently, "outlier" pixels of a cv::remap() can be "ignored" with the option borderMode=BORDER_TRANSPARENT

But the documentation of cv::BorderType suggests that it should rather be BORDER_ISOLATED

Using cv::remap() with BORDER_ISOLATED is unsupported, though.

Could BORDER_ISOLATED be supported as an alias of BORDER_TRANSPARENT to handle outliers ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions