Logo Detection in Video sequence
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hello everyone, First of all I want to apologise for my english (I'm not a native speaker). I have a videofile and I want to perform logo detection on it. I want to do it like this:
- Read video with VideoReader object
- Convert video into frames
- Apply code from Matlab tutorial from topic Object Detection in a Cluttered Scene ( Here ) on every frame
- Every frame will have logo highlighted with a polygon
- Save each frame to another video
I want to ask if this aproach is good and can you give me some advice how to do that?
0 件のコメント
採用された回答
  Image Analyst
      
      
 2017 年 1 月 2 日
        The attached demo does all that except for your step #3.
For finding the logo you can use edge detection (because many video bugs are transparent, but it will work with opaque ones too), and then use the Hausdorff detection method as shown on this page: http://cgm.cs.mcgill.ca/~godfried/teaching/cg-projects/98/normand/main.html Look where they find a matching set of edge lines in their jet example.
4 件のコメント
  Image Analyst
      
      
 2017 年 1 月 4 日
				In the same live video axes, you can put up a box around it, or an outline, or you can extract the logo and display it in a second axes.
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

