Description: 一个在图像中跟踪鼠标轨迹的程序,点击鼠标以开始或结束跟踪。-an image of the mouse trajectory tracking procedures, the clicking of the mouse to the beginning or end of follow-up. Platform: |
Size: 1024 |
Author:GJ |
Hits:
Description: The application works with non-compressed grayscale AVI files. Run mainGUI.p. Load AVI file first using "Load". To process the next frame use "Step". To run the application until stop, use "Run" and "Stop". You can draw the tracking object using mouse at any step. You can use the function on_threshold separately:
thresholded image = on_threshold(double( grayscale image ),1,number of thresholds)
thresholds value = on_threshold(double( grayscale image ),0, number of thresholds)
All the code provided is written in Matlab language (M-files and/or M-functions), with no dll or other protected parts of code (P-files or executables). The code was developed with Matlab 14 SP1. Matlab Image Processing Toolbox is required. Platform: |
Size: 102400 |
Author:Swati |
Hits: