-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
cv::remap() and outliers #22177
Copy link
Copy link
Closed
Labels
Milestone
Description
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 ?
Reactions are currently unavailable