WarpPerspective with BORDER_TRANSPARENT gives aliasing stairs
Hi, OpenCV stuff! Thanks for great framework. While using warpPerspective feature with BORDER_TRANSPARENT flag I`v got some aliasing stairs on a border of destination and transformed images. How it can be avoided?
+1. Interesting question and good observation. Does this effect only occur with
BORDER_TRANSPARENT
or with other flags too?Any other border types I`ve tested works great.