资 源 简 介
Project Recognition of overlapping 2D objects for Machine Vision class.
Usage
From command line:
overlaping_obj_det.exe --modelsdir ../baza/ --scenepath ../baza/0102.jpg -m 0101.jpg,1201.jpg
Required arguments:
* path to database dir (modelsdir or b),
* path to scene images (scenepath or s),
* list of model images (models or m).
To get list of all arguments, run:
overlaping_obj_det.exe -h
Optional arguments have predefined values.
NOTE (1): Implementation requires OpenCV2.1 library installed at your system. If you don"t want to install it, then just copy dll files:
cv210.dll, cv210d.dll, cvaux210.dll, cvaux210d.dll, cxcore210.dll,
cxcore210d.dll, cxts210.dll, highgui210.dll, highgui210d.dll, ml210.dll, ml210d.dll,
opencv_ffmpeg210.dll, opencv_ffmpeg210d.dll, in c:WindowsSystem32 dir.
NOTE (2):