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