Vladislav Vinogradov
|
40ee754e28
|
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
fixed gpu module error reporting
added asynchronous version of some functions
|
13 years ago |
Vadim Pisarevsky
|
29bf7384dc
|
fixed useOptimized(); added checkHardwareSupport description (ticket #1258)
|
14 years ago |
Andrey Kamaev
|
2a6dd2e807
|
Fixed Android build
|
14 years ago |
Vadim Pisarevsky
|
f0b3cb1845
|
added getNumberOfCPUs() function
|
14 years ago |
Vadim Pisarevsky
|
9df999154c
|
fixed a few warnings and bugs, including ticket #1079
|
14 years ago |
Vadim Pisarevsky
|
3b9e752be7
|
some more core functions documented + minor fixes and rearrangements
|
14 years ago |
Alexander Shishkov
|
eae7921da6
|
fixed build on GNU/Hurd (ticket #761)
|
14 years ago |
Alexander Shishkov
|
6aabf72bc5
|
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
|
14 years ago |
Vadim Pisarevsky
|
62b966460d
|
do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch)
|
14 years ago |
Vladimir Dudnik
|
2057f2c452
|
fixed build issues related to changes in IPP calls.
|
14 years ago |
Vadim Pisarevsky
|
94e09f24c7
|
fixed crash in test_core
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
14 years ago |
Vincent Rabaud
|
578ca872e4
|
- add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN)
|
14 years ago |
Vladimir Dudnik
|
c9d20500ce
|
cosmetic changes, removed trailing spaces. Added ippGetCpuClocks if IPP is available (important for 64-bit build)
|
14 years ago |
Anatoly Baksheev
|
edff674105
|
added default detector for winSize(64,128) for hog on gpu
|
14 years ago |
Anatoly Baksheev
|
f2df784830
|
fixed error reporting in GPU module (exceptions in destructors, etc)
|
14 years ago |
Vadim Pisarevsky
|
758e826d2e
|
do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |