identify objects on given image
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,everyone.
I am new to image processing with matlab and recently I am working on identifying an object on a given picture.
What I am going to do is firstly using butterworth filter to sharpen the image. Then use average filter to remove noise. This works well actually. Finally use edge detection like sober or robert to get the image.
But I know these filters and operators are basic tool to deal with image. Are there any better choice for filters and operators? Are my steps to deal with image correct?
Thanks for your help!
0 Commenti
Risposte (1)
Image Analyst
il 15 Mar 2016
Modificato: Image Analyst
il 15 Mar 2016
Yes there are, needless to say, many, many more methods to do image processing and image segmentation than those. Which you use really depends on your image and what you want to measure in it. In fact, edge detection is rarely one of the steps. If you have some specific image in mind, then insert it with the green and brown frame icon.
You might take a look at my File Exchange for a variety of demos, especially the Image Processing Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
0 Commenti
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!