How to detect the logo from the image?
1 次查看(过去 30 天)
显示 更早的评论
I want to detect the logo from the image but the image clarity is not good.Here is the image.
Please help me to extract the logo.
0 个评论
回答(2 个)
Image Analyst
2013-12-26
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 个评论
Image Analyst
2013-12-27
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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!