libpabod icon indicating copy to clipboard operation
libpabod copied to clipboard

libPaBOD: a C++ library for PArt Based Object Detection on images.

Results 2 libpabod issues
Sort by recently updated
recently updated
newest added

## my machine: ``` bash Ubuntu 15.04 (64-bit) ``` ## the version of the libraries on my machine: ``` bash libmatio-dev:amd64 1.5.2-3build1 amd64 libcv-dev:amd64 2.4.9+dfsg-1ub amd64 libhighgui-dev:amd64 2.4.9+dfsg-1ub amd64 ```...

make all Building obj/makeDetection.o... src/makeDetection.cpp: In function ‘float makeDetection(LDetections&, IplImage_, Model_, float, double)’: src/makeDetection.cpp:16:7: warning: variable ‘detected’ set but not used [-Wunused-but-set-variable] int detected = 0; ^ src/makeDetection.cpp: In function...