TSP_2013-06-23-(1)

所属分类:图形图像处理
开发工具:matlab
文件大小:1763KB
下载次数:21
上传日期:2014-04-24 16:45:33
上 传 者joechooo
说明:  空时超像素分割,对于帧间超像素块的形状等信息具有保持传递约束
(spatial-temporal superpixel segmentation)

文件列表:
compile_MEX.m (981, 2013-06-25)
__MACOSX (0, 2013-06-25)
__MACOSX\._compile_MEX.m (82, 2013-06-25)
demo.m (1314, 2013-06-25)
__MACOSX\._demo.m (171, 2013-06-25)
gui (0, 2013-06-25)
gui\view_sp_gui.fig (11423, 2013-06-23)
gui\view_sp_gui.m (22617, 2013-06-23)
__MACOSX\gui (0, 2013-06-25)
__MACOSX\gui\._view_sp_gui.m (82, 2013-06-23)
mex (0, 2013-06-25)
mex\array.h (7175, 2013-06-20)
__MACOSX\mex (0, 2013-06-25)
__MACOSX\mex\._array.h (171, 2013-06-20)
mex\binTree.cpp (14558, 2013-06-19)
mex\binTree.h (7426, 2013-06-19)
mex\calc_distance_gt.cpp (2433, 2013-06-20)
__MACOSX\mex\._calc_distance_gt.cpp (171, 2013-06-20)
mex\calc_sdf.cpp (6814, 2013-06-19)
mex\calc_sdfIMPORT.cpp (1463, 2013-06-19)
mex\debugMEX.h (2342, 2013-06-23)
__MACOSX\mex\._debugMEX.h (171, 2013-06-23)
mex\distancePixel.cpp (4275, 2013-06-19)
mex\distancePixel.h (3812, 2013-06-19)
mex\flow_total.cpp (2769, 2013-06-20)
__MACOSX\mex\._flow_total.cpp (171, 2013-06-20)
mex\helperMEX.h (12257, 2013-06-19)
mex\IMG.cpp (85026, 2013-06-23)
__MACOSX\mex\._IMG.cpp (171, 2013-06-23)
mex\IMG.h (11120, 2013-06-23)
__MACOSX\mex\._IMG.h (171, 2013-06-23)
mex\is_border.cpp (7319, 2013-06-20)
__MACOSX\mex\._is_border.cpp (171, 2013-06-20)
mex\is_border_valsIMPORT.cpp (1301, 2013-06-19)
mex\linear_algebra.h (114896, 2013-06-20)
__MACOSX\mex\._linear_algebra.h (171, 2013-06-20)
mex\linkedList.cpp (14585, 2013-06-19)
mex\linkedList.h (7484, 2013-06-19)
mex\local_move.cpp (1410, 2013-06-20)
__MACOSX\mex\._local_move.cpp (171, 2013-06-20)
... ...

INSTALLATION ================================= To get the Temporal Superpixel code working, please follow these steps: 1) Install the GNU Scientific Library - http://www.gnu.org/software/gsl/ 2) Start MATLAB 3) In TSP directory, run "compile_MEX". Warnings for the compilation of the optical flow can be safely ignored. If GSL is installed in a directory that cannot be found by Matlab, you may need to edit compile_MEX.m to point to the right locations. DEMONSTRATION ================================= To run a demo of the TSP code, run "demo.m" from a Matlab prompt. This will first run optical flow for all the frames and then track superpixels. Following the completion of the inference, a GUI will be started to visualize the results. To visualize a pre-computed result, you can run the following: >> load('results/sp_labels_girl_demo.mat'); >> root = 'sequences/girl/'; >> view_sp_gui(sp_labels, root);

近期下载者

相关文件


收藏者