필터 지우기
필터 지우기

How to detect the logo from the image?

조회 수: 1 (최근 30일)
Naishil shah
Naishil shah 2013년 12월 26일
답변: saimadhav sadda 2019년 2월 21일
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.

답변 (2개)

Image Analyst
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
Naishil shah
Naishil shah 2013년 12월 27일
OK,i will make my own video and thank you for your suggestion but if i am using the bugs which is transparent then again it will become tough to recognize.Can i use thresholding technique to detect the transparent logo???
Image Analyst
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.

댓글을 달려면 로그인하십시오.


saimadhav sadda
saimadhav sadda 2019년 2월 21일
please send a matlab code for logo detection???

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by