5195 Commits (1ad7af3c3b2b7e40d2b75a05baa37674b53191e8)

Author SHA1 Message Date
marina.kolpakova d314c602d5 add documentation for new classes 12 years ago
marina.kolpakova 1613aa45bc fix python bindings 12 years ago
marina.kolpakova fa15fcc53e move feature pool to softcascade module 12 years ago
marina.kolpakova 0b039f3c6b refactor feature pool 12 years ago
marina.kolpakova b4aa33b6d3 move ICF -> ChannelFeature 12 years ago
marina.kolpakova a01f596474 update documentation for softcascade module 12 years ago
marina.kolpakova 7f80054dfd move miscellaneous python scripts to softcascade module 12 years ago
marina.kolpakova 4ba8b53152 split public interface and realization for SoftCascadeOctave 12 years ago
marina.kolpakova f3227c3f1a merged ICFPreprocessor and Channels -> ChannelFeatureBuilder 12 years ago
marina.kolpakova 49ec664238 add IntegralChannelComputer 12 years ago
marina.kolpakova 716a9ccb71 move training to softcascade module 12 years ago
marina.kolpakova 61441a1014 rename SCascade -> SoftCascadeDetector 12 years ago
marina.kolpakova 1b43b0e2df move soft cascade functionality into dedicated module 12 years ago
marina.kolpakova decb137185 use long seeds only for 64 bit systems 12 years ago
marina.kolpakova b0905c67ba minor 12 years ago
marina.kolpakova 16aacf1780 use long seeds 12 years ago
marina.kolpakova e903ce10ce fix wartings for 32bit build 12 years ago
marina.kolpakova a28f5a89b3 move preprocessor to objdetect 12 years ago
marina.kolpakova 8672ae58e2 fix globbing under win 12 years ago
marina.kolpakova e2de3b0b81 fix build inder mac 12 years ago
marina.kolpakova dc12b4476a suppress debug out for soft cascade Octave 12 years ago
marina.kolpakova e35eebd4d4 fix android build 12 years ago
marina.kolpakova e47f58f4ce replace Mats to Input/OutputArrays for Octave's public interface 12 years ago
marina.kolpakova e7bab669fa replace cv::Mat to Input/Output arrays 12 years ago
marina.kolpakova a0f2203f22 raplase error output on CV_Error 12 years ago
marina.kolpakova dd8de0c41f move soft cascade octave to ml module 12 years ago
marina.kolpakova a0e93d0482 move image extraction logic from Octave to Dataset class 12 years ago
marina.kolpakova a3600b94db created abstract FeaturePool class 12 years ago
marina.kolpakova d4d47b1e58 restore backword compatibility 12 years ago
marina.kolpakova a8d0e04912 amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade" 12 years ago
Vadim Pisarevsky 51eba617a8 a part of PR269 (parallelization of several functions) by Alexander Mordvintsev 12 years ago
Vadim Pisarevsky 638c0d1bf4 fixed compile warnings 12 years ago
Ilya Lysenkov b24e4bddb1 Documented the TermCriteria class (#2560) 12 years ago
Ilya Lysenkov 7745c8806c Added info() method in descriptor matchers (#2330) 12 years ago
Ilya Lysenkov 098ea6fcb7 Checked key_size in LSH table for validness (#2677) 12 years ago
Ilya Lysenkov 1becbd9fcc Added a test for invalid key sizes in LSH tables 12 years ago
Vadim Pisarevsky 50299c1d5e disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips 12 years ago
Vadim Pisarevsky 18039d7829 added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669 12 years ago
Vadim Pisarevsky 54e0765d80 yet another minor fix in cv::transpose() 12 years ago
Vadim Pisarevsky 7ca38d63d9 fixed failure of the C++ test for estimateAffine3D 12 years ago
LeonidBeynenson 6de422701a Made changes to allow ml module to work with big data. 12 years ago
Andrey Kamaev 55b90d7bae Modify decode_tile16384x16384 test to not fail when available memory is not enough for test 12 years ago
Daniil Osokin fe5b9df45f Fixed multiple issues in docs (bug #2410) 12 years ago
Vadim Pisarevsky 79e278c008 applied patch #2587 12 years ago
Anna Kogan ed4c687d45 Increased time limits, eliminated extra params 12 years ago
Vadim Pisarevsky 82b6419d12 added tests for fast (ticket #2613) and estimateAffine3D (#2375) 12 years ago
Andrey Kamaev e3b45910aa Temporary disable unstable Features2d_RotationInvariance_Detector_SIFT test 12 years ago
Andrey Kamaev e63b4591ff Suppress clang build warning 12 years ago
Andrey Kamaev 4f1913ed26 Correct tolerance value for sanity checks with ERROR_RELATIVE 12 years ago
Vadim Pisarevsky abd9675a99 fixed bugs #1718, #2375; attached the new tests to test.py. 12 years ago