10539 Commits (5a53f41622aa0074621aca2c2d99819f49def0ea)
 

Author SHA1 Message Date
Ilya Lavrenov 4273534c92 typo 10 years ago
greensea 7274e2ff1a Fix a segment fault issue in cascade classfier 10 years ago
Vadim Pisarevsky 0e8bfff386 Merge pull request #3904 from SeninAndrew:2.4 10 years ago
Andrew Senin 8c55d7be5e Ximea camera fix (see issue #4235) 10 years ago
Vadim Pisarevsky f6de017171 Merge pull request #3900 from apavlenko:doc_fix_imwrite 10 years ago
Vadim Pisarevsky cc63452f65 Merge pull request #3899 from StevenPuttemans:add_breakrule_traincascade_2.4 10 years ago
Andrey Pavlenko eeae81e903 fixing confusing variable naming in a sample code 10 years ago
StevenPuttemans e30139edc3 add the possibility to add traincascade accuracy 10 years ago
Vadim Pisarevsky f01b2413c3 Merge pull request #3770 from jet47:gpu-hog-tests 10 years ago
Alexander Smorkalov 772fcf4088 Merge pull request #3893 from SpecLad:cuda-imported-targets 10 years ago
ippei ito b8c00854fe instead of "using namespace cv" put all the tests into cv:: namespace. 10 years ago
Vadim Pisarevsky ba0a8dc723 Merge pull request #3783 from StevenPuttemans:fix_traincascade_getNegatives 10 years ago
Vadim Pisarevsky 100c2dd91c Merge pull request #3852 from renko:multithread_cl_not_studio_generator 10 years ago
Vladimir Kolesnikov 58c9135626 Not block PDB file in multithreaded build on Windows. 10 years ago
Roman Donchenko 6e121b2e29 Use imported targets for linking to CUDA 10 years ago
Roman Donchenko e6619cf580 Move the CUDA searching code in OpenCVConfig.cmake.in out of the foreach loop 10 years ago
Roman Donchenko 122b9f8e17 Turn ocv_convert_to_lib_name into a function 10 years ago
Vadim Pisarevsky d948b2a235 Merge pull request #3886 from beahacker:2.4 10 years ago
howtobeahacker ebd7d08408 fix bug 4269 10 years ago
ippei ito 140051b18c Merge remote-tracking branch 'origin/2.4-flann-lsh-addable-index' into 2.4-flann-lsh-addable-index 10 years ago
ippei ito b7276359e9 Test accuracy for PR#3829 10 years ago
Vadim Pisarevsky 83d6d70a56 Merge pull request #3855 from polarfuchs99:2.4 10 years ago
Prof. Dr. Rudolf Haussmann a9d4e05346 Changes to be committed: 10 years ago
Prof. Dr. Rudolf Haussmann e5e6367223 Merge remote-tracking branch 'upstream/2.4' into 2.4 10 years ago
Vadim Pisarevsky 5678ba1227 Merge pull request #3805 from nitsch:fix-mingw-cmake-config 10 years ago
Vadim Pisarevsky b01f067614 Merge pull request #3865 from tdsmith:2.4-python-linkage 10 years ago
ippei ito 65b0ecfec5 Test accuracy for PR#3829.Fix WOrder warning on gcc 10 years ago
ippei ito d1902a1276 Test accuracy for PR#3829.Fix warning on gcc, comment out INIT_RANDOM_SEED for same result each ran. 10 years ago
ippei ito 56cae1b293 Test accuracy for PR#3829.Fix Some Error, Modify SLA. 10 years ago
ippei ito 7c740b6a31 Test accuracy for Pull Request # 3829 10 years ago
Alexander Nitsch d430664791 Remove local variables from CMAKE namespace 10 years ago
Tim D. Smith d057828ee3 Don't explicitly link Python on OS X 10 years ago
Vadim Pisarevsky c9bb18b9f7 Merge pull request #3850 from piponazo:2.4 10 years ago
Vadim Pisarevsky 297e2b6f1a Merge pull request #3834 from asmorkalov:retina_docs_fix 10 years ago
Vadim Pisarevsky 3853a18e0e Merge pull request #3792 from laomaiweng:cuda-pkg-config-Ldir 10 years ago
Vadim Pisarevsky 226b4e3ed5 Merge pull request #3839 from hyperscience:fix-free-space-check-in-grow-seq 10 years ago
Prof. Dr. Rudolf Haussmann 756c1a22d9 Merge remote-tracking branch 'upstream/2.4' into 2.4 10 years ago
Prof. Dr. Rudolf Haussmann a7bf1d53d8 Changes to be committed: 10 years ago
Luis Díaz Más 7711cd284b Fix a bug that impede to set the trackbar pos using the Qt control panel 10 years ago
Boris Daskalov 8755ffbf31 Fix a bad free space check in icvGrowSeq. 10 years ago
Vadim Pisarevsky 69344f175b Merge pull request #3843 from piponazo:BugFix4244 10 years ago
Luis Díaz Más d14a1de947 Fixing the bug #4244 that I just reported in code.opencv.org 10 years ago
Alexander Smorkalov 514b3b520c Documentation update after iOS warnings fix in contrib/retina header. 10 years ago
Vadim Pisarevsky 4a6b1805e0 Merge pull request #3824 from Milania1:tutorial_hough_lines_fix 10 years ago
Vadim Pisarevsky 4ab525c880 Merge pull request #3810 from StevenPuttemans:upgrade_traincascade_default_memory 10 years ago
ippei ito 7d665a4754 Fix warn conversion from 'size_t' to 'int'. add comment for doxygen 10 years ago
ippei ito f7d52c774e Fix compile error on linux change cv::InputArray& to cv::InputArray 10 years ago
ippei ito 8efdfd9dfc Fix unused-parameter Warning 10 years ago
ippei ito cd42e38013 FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 10 years ago
Milania1 339e6aa782 fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is) 10 years ago