How to detect the logo from the image?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to detect the logo from the image but the image clarity is not good.Here is the image.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154146/image.jpeg)
Please help me to extract the logo.
0 commentaires
Réponses (2)
Image Analyst
le 26 Déc 2013
It looks like it says Animal Planet. Use imrect() or rbbox() to extract it manually, or use regular indexing if you know the rows and columns it occupies.
10 commentaires
Image Analyst
le 27 Déc 2013
For transparent ones, where you see just the edges of the bug, then you'll probably have to do an edge detection and see if the shape of the edges matches the shape of the edges of a solid logo.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!