- 该程序主要进行图像处理的算法的相关实现
- 其中包括图像的阈值分割算法
- 对于视频场景的前景与背景的建模方法
cd bin/
cmake ../
make
- conf --> save configure.json file
- docs --> main references
- images --> main save the train samples
- log --> program run log infor
- features --> get the features about the train samples
- source --> main code here !