Skip to content

StOnEGiggity/VideoAnalysisTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoAnalysisTool


Structure


  --------> GUI (public):Software UI and I/O of public vars   
             |
             |    +-> Tracker (private): Tracking task's codes   
             |----+-> Stablization (private): Stabilization task's codes  
                  +-> ... : Other sub-task's codes  

Public vars


Variable Description
handles.file_name filename of uploaded file
handles.imgs image lists of frames to be processed
handles.video_ video to be processed
handles.video_dir video's full path
handles.result output of algorithm
handles.t_p_x current mouse position x
handles.t_p_y current mouse position y

Common functions


Function Description
Data Input Upload dir/video(ui.m: upload_btn's callback)
Data preprocess Video2frames (ui.m: VideoReader)
Video broadcast Broadcast of a video/img_lists(ui.m: broadcast_btn)
Selection of random frame (ui.m: slider's callback)
Parameter input of algorithm codes in sub-task
Algorithm processing codes in sub-task( online may need visualization)
Result Visualization codes in sub-task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 34.9%
  • C++ 29.1%
  • Cuda 28.6%
  • C 3.9%
  • Shell 2.1%
  • Makefile 1.4%