Apply Anti-Aliasing to an image

asked 2018-03-27 04:43:06 -0600

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:

image description

edit retag flag offensive close merge delete

Comments

" I want to apply anti-aliasing to it." -- why would you expect such a thing from a computer-vision library ?

berak gravatar imageberak ( 2018-03-27 06:44:48 -0600 )edit

@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.

Anas Iqbal gravatar imageAnas Iqbal ( 2018-03-27 23:46:21 -0600 )edit