identify objects on given image
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 15 Mar 2016
Modifié(e) : Image Analyst
le 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 commentaires
Voir également
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!