I have to compile an old project, and libraries that I haev to include (among others) are:
cv210.lib
cxcore210.lib
What are names for those libraries in new OpenCV 2.4.6 ?
1 | initial version |
I have to compile an old project, and libraries that I haev to include (among others) are:
cv210.lib
cxcore210.lib
What are names for those libraries in new OpenCV 2.4.6 ?
2 | LINK instead of INCLUDE |
I have to compile an old project, and libraries that I haev have to include LINK (among others) are:
cv210.lib
cxcore210.lib
What are names for those libraries in new OpenCV 2.4.6 ?