Ask Your Question
1

Frequency Domain Filtering opencv c++?

asked 2017-11-19 02:22:52 -0600

adnan_318 gravatar image

updated 2017-11-20 08:41:32 -0600

Actually I want to apply notch filter to remove specific pattern in image just like (line ,circle ,etc..) . I want to remove some specific frequency of line or circle using notch filter or any other way of removing. Can some one guide me how can I remove specific repetitive pattern from image just like circle or line. if you give some example code it help me a lot. because currently I can not understand how I apply filter or notch to remove certain repetitive pattern form Image. Waiting to hear from you soon.image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-11-19 03:22:57 -0600

LBerger gravatar image

updated 2017-11-19 03:23:25 -0600

You can find an example of butterworth filter here.

I think you can easily apply a notch filter using same code (no optimisation in this code).

edit flag offensive delete link more

Comments

Thank you for ur reply.I have question how can I remove some repetitive pattern in image just like line or circle using this filter ?

adnan_318 gravatar imageadnan_318 ( 2017-11-19 20:13:43 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-11-19 02:22:52 -0600

Seen: 839 times

Last updated: Nov 20 '17