├── README.md ├── camshift.m ├── contrast.jpg ├── finalcontrast.m ├── groundtruth_rect.txt ├── meanshift.m ├── movie.avi ├── pic2video.m └── select.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/README.md -------------------------------------------------------------------------------- /camshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/camshift.m -------------------------------------------------------------------------------- /contrast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/contrast.jpg -------------------------------------------------------------------------------- /finalcontrast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/finalcontrast.m -------------------------------------------------------------------------------- /groundtruth_rect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/groundtruth_rect.txt -------------------------------------------------------------------------------- /meanshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/meanshift.m -------------------------------------------------------------------------------- /movie.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/movie.avi -------------------------------------------------------------------------------- /pic2video.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/pic2video.m -------------------------------------------------------------------------------- /select.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunHaoOne/CAMshift-matlab/HEAD/select.m --------------------------------------------------------------------------------