7208 Commits (1b43b0e2df9e7d4f89f6a17d48a9b050f4b53c03)
 

Author SHA1 Message Date
marina.kolpakova a8d0e04912 amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade" 12 years ago
marina.kolpakova c091092174 fix typo 12 years ago
marina.kolpakova c0f68ec400 add xml serialization 12 years ago
marina.kolpakova 69304611db commented debug out 12 years ago
marina.kolpakova 2e4b8d07cc integrate pruning 12 years ago
marina.kolpakova a89299acb2 store result to xml. 12 years ago
marina.kolpakova bfa26fd447 refactoring 12 years ago
marina.kolpakova 883d691c2b fix feature computing 12 years ago
marina.kolpakova 30b2a94582 load from config xml and fix integral representation 12 years ago
marina.kolpakova a2382ce6a2 add ability to store/load training configuration 12 years ago
marina.kolpakova a8c3431e61 set parameters 12 years ago
marina.kolpakova f6e3e3f049 add negatives generation 12 years ago
marina.kolpakova a388884675 Positives preprocessing 12 years ago
marina.kolpakova 4ca760d9c9 debug output information. 12 years ago
marina.kolpakova 554080d89b add file globbing 12 years ago
marina.kolpakova 86973f8ede feature pool generation: 12 years ago
marina.kolpakova 948365b1c8 Add new app dedicated for training soft cascades. 12 years ago
cuda-geek d874d93e24 Merge pull request #372 from cuda-geek:gpu-cascade-fixes 12 years ago
cuda-geek 6b4304efda Merge pull request #388 from ivan-korolev:fix_cmd_line_parsing_in_samples 12 years ago
Andrey Kamaev 57d3152cd0 Merge branch '2.4' 12 years ago
cuda-geek 53b0df87f1 Merge pull request #385 from etalanin:bug2607 12 years ago
cuda-geek bf53ebd590 Merge pull request #381 from vpisarev:surf_fixes 12 years ago
cuda-geek fe30da6e2c Merge pull request #387 from taka-no-me:fix_dshow_fourcc_conversion 12 years ago
Andrey Kamaev fda32d3d8d Merge pull request #382 from cuda-geek:fix-broken-links-bug-2689 12 years ago
Evgeny Talanin 50c2f87add Fix and test for #2607 12 years ago
Ivan Korolev 36451319c1 fixed cmd line parsing in the samples 12 years ago
cuda-geek f3ae185fd0 Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch 12 years ago
Andrey Kamaev 2d6253609c Fix truncation of fourcc value in dshow capture property setter (bug #2535) 12 years ago
Andrey Kamaev e0426148ba Merge pull request #374 from ivan-korolev:fix_estimateRigidTransform 12 years ago
marina.kolpakova 8b3c717e8f apply patch #2686 12 years ago
cuda-geek e72c7736e7 Merge pull request #375 from taka-no-me:fix_opticalflow_2075 12 years ago
Andrey Kamaev 9b4f2d1b53 Merge pull request #373 from ilysenkov:bugfix_2440 12 years ago
Andrey Kamaev 33c26a93c6 Merge pull request #376 from taka-no-me:solve_tiff_conflict 12 years ago
marina.kolpakova 5b03d47fb8 fix broken links in cascade classification documentation 12 years ago
Andrey Kamaev 4ceb8dd149 Merge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake 12 years ago
cuda-geek bc53a054f2 Merge pull request #380 from asmorkalov:java_test_fix2 12 years ago
cuda-geek 31d3c508db Merge pull request #377 from ivan-korolev:fix_v4l_yes-yes_build 12 years ago
Vadim Pisarevsky 1f261c2f9d changed default parameters of SURF, which improved its performance. Restored bi-linear interpolation in SURF descriptor extractor. Added test for SURF homography + check for non-zero (positive) responses. 12 years ago
Andrey Kamaev f65a14d1ef Merge pull request #379 from taka-no-me:fix_ocl_samples_warnings 12 years ago
Alexander Smorkalov 5bc6365ba5 TestCheckVector java test fixed. Warning fixed. 12 years ago
Andrey Kamaev f489eb9a5d Fix build warnings in OpenCL samples 12 years ago
Ivan Korolev 26c7e7f292 fix default include dirs for TBB 12 years ago
Ivan Korolev eaa5012163 fix v4l yes-yes build 12 years ago
Andrey Kamaev 11871528ce Solve conflict between tiff.h and opencv2/core/types_c.h 12 years ago
Andrey Kamaev c9d8e9900f Allow input of calcOpticalFlowPyrLK be submats of different size images 12 years ago
Andrey Kamaev 6a29b13c45 Add test for issue #2075 12 years ago
marina.kolpakova cb329400df fix tests 12 years ago
marina.kolpakova 8d9c9c2690 integrate new cascade format to GPU soft cascade implementation 12 years ago
Ivan Korolev b362affd13 Fixed bug in the cv::estimateRigidTransform (#1949) 12 years ago
Ilya Lysenkov 3c8787980c Fixed cvDestroyAllWindows() without windows in QT (#2440) 12 years ago