liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

Run face detect on Windows #164

Open anguoyang opened 8 years ago

anguoyang commented 8 years ago

Hi, Liuliu,

I have compiled ccv in MinGW successfully, and want to integrate libccv.a into Visual Studio 2013 project, just as you said, I need a C-99 compatible compiler, so I choose Intel C++ compiler for Visual studio to compile it, and finally successful in compiling it, But, when I debug on it, all functions return NULL, e.g. ccv_read(argv[1], &image, CCV_IO_RGB_COLOR | CCV_IO_ANY_FILE); and ccv_scd_classifier_cascade_t* cascade = ccv_scd_classifier_cascade_read(argv[2]);

Could you please give me some advices? thanks