Apply Anti-Aliasing to an image
Hi, I have an image with jagged edges and I want to apply anti-aliasing to it.
- I have tried using Gaussian Blur but the results are not what I want.
I have tried using edges mask to apply blur but still the results are not appropriate
So PLEASE DO NOT TELL ME TO APPLY BLUR. Following is the image I am using to apply anti-aliasing:
" I want to apply anti-aliasing to it." -- why would you expect such a thing from a computer-vision library ?
@berak The concept of anti-aliasing is a part of image processing (please correct me if I am wrong) and "image processing" is something that Open CV supports. If not then I suppose there should not have been any blur or smoothing algorithm implementation.