2343 Commits (ab2ae86e867a6cb3e3946251bd788a27b3bdbfd4)

Author SHA1 Message Date
Leonid Beynenson 630288fdef Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier. 13 years ago
Vadim Pisarevsky 1e6479224a fixed bug #1331 13 years ago
Vadim Pisarevsky 282c3044e6 exported C++ stereoRectify in Python 13 years ago
Andrey Morozov 6138956b5e minor fix 13 years ago
Andrey Morozov 99c2326e51 minor fix 13 years ago
Andrey Morozov 8a06b20ad6 fixed compile for linux 13 years ago
Anatoly Baksheev f444f9b43e optflow gpu compilation fix under vs2010 13 years ago
Andrey Morozov f366553a80 improved some methods in the Directory class 13 years ago
Andrey Morozov d58ff0f478 fixed include on Linux 13 years ago
Maria Dimashova ba62621534 updated test on lsvm 13 years ago
Andrey Morozov af730e4bff added class Directory 13 years ago
Maria Dimashova 36967575be Added doc on c++ version of latent svm 13 years ago
Maria Dimashova a4bc940a50 fixed method clear() 13 years ago
Vladislav Vinogradov d6d7ac9cee fixed tests for BruteForceMatcher_GPU::radiusMatch 13 years ago
Maria Dimashova d3cd2cb5c0 removed porting to java of latent svm 13 years ago
Alexander Shishkov b71bfef702 fixed bug with using not built-in ZLIB library 13 years ago
Maria Dimashova a70496e414 added test for c++ version of latent svm and updated testdata 13 years ago
Maria Dimashova 4d85ee7de1 added c++ wrapper of latent svm 13 years ago
Alexey Spizhevoy 8a799aa89a Updated optimal block size estimation for the convolve() function 13 years ago
Andrey Morozov bee68e519a fixed several bugs in CommandLineParser 13 years ago
Andrey Morozov bf636e40bf improved print help in CommandLineParser 13 years ago
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 13 years ago
Alexey Spizhevoy 74561c5b8e Added createWightMaps function into FeatherBlender (stitching) 13 years ago
Anatoly Baksheev 923f771cfc warnings 13 years ago
Andrey Kamaev ee413b8026 Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation 13 years ago
Andrey Kamaev 20af242a03 Updated command line arguments in performance tests 13 years ago
Alexey Spizhevoy dce50b67fc Fixed support of translation in the GPU-based plane warper 13 years ago
Alexey Spizhevoy 607a7fd2c2 Updated GPU warpers interface 13 years ago
Alexey Spizhevoy 404e9cb9d5 Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface 13 years ago
Andrey Morozov b7a3d36729 fixed several bugs in CommandLineParser 13 years ago
Andrey Morozov 135b9280f1 improved print help in CommandLineParser 13 years ago
Marius Muja 0e18f066a8 Fixing ticket #1402 13 years ago
Andrey Morozov 97d54612c7 fix print help 13 years ago
Andrey Morozov d449b0492f fixed several bugs in CommandLineParser 13 years ago
Alexey Spizhevoy c5357cc17c Added fix for removing too similar images into the stitching module 13 years ago
Andrey Morozov 3d3efe7c07 fixed sub algorithm in CommandLineParser 13 years ago
Anatoly Baksheev 0fc8fc77c0 eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors. 13 years ago
Maria Dimashova b3fb4986f2 restored doc on latent svm that was lost in moving to rst 13 years ago
Anatoly Baksheev b9ea3ef741 compilation under ubuntu 13 years ago
Anton Obukhov 42c7aece36 [+] Added Brox optical flow (implementation courtesy of Michael Smirnov) 13 years ago
Anatoly Baksheev f838db92c7 1) detail source group for stitching 13 years ago
Andrey Kamaev 5d363e67a0 Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching 13 years ago
Leonid Beynenson 3c9979cd6a Disabled some unfinished optimizations. 13 years ago
Vadim Pisarevsky bf19d66bc2 re-enabled 16s images in cvSobel & cvLaplace. 13 years ago
Leonid Beynenson 87a21016d8 Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon. 13 years ago
Vladislav Vinogradov 4d3b1a4a02 fixed build for compute capability < 2.0 13 years ago
Vladislav Vinogradov f536dfa439 fixed build under linux 13 years ago
Vladislav Vinogradov 9da6d78989 optimized gpu filters, added buffered version for different filters 13 years ago
Andrey Kamaev 340e23a4f0 Fixed TBB-related bug in YUV420 to RGB conversion 13 years ago
Leonid Beynenson fcaa587b67 CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s). 13 years ago