Ground truth a video

1 回表示 (過去 30 日間)
Mianli
Mianli 2014 年 8 月 9 日
回答済み: Dima Lisin 2014 年 8 月 12 日
Hey guys, I already have my detection algorithm and now I am going to evaluate them. So anyone could help me how to write a GUI about ground truth a video by hand? If ant codes are available, that will be perfect for me. Thanks a lot!!

採用された回答

Image Analyst
Image Analyst 2014 年 8 月 9 日
"Description
This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The user can optionally apply a mask (region of interest) to the image so that only the area within the mask will be analyzed. The results are optionally sent to Excel. In this demo, I ...................."
  3 件のコメント
Image Analyst
Image Analyst 2014 年 8 月 9 日
I'm not sure what you're talking about. Did you replace the boilerplate demo code in the AnalyzeSingleImage with your own script? It sounds like not. You have to customize it. It's just a framework. You have to fill in some of the code, like label the radio buttons with some label that is meaningful to you, etc. MAGIC just takes care of the grunt-work, overhead stuff. You have to replace those with your code. Like I said, hack out all the contents of AnalyzeSingleImage and replace with your code that you developed.
Mianli
Mianli 2014 年 8 月 9 日
OK, I will try it. Thanks for your help :)

サインインしてコメントする。

その他の回答 (1 件)

Dima Lisin
Dima Lisin 2014 年 8 月 12 日
Please try the Training Image Labeler app in the Computer Vision System Toolbox.

Community Treasure Hunt

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

Start Hunting!

Translated by