4863 Commits (88e0127f44e6da485ba257da324a72bcbc8478ae)

Author SHA1 Message Date
yao 9060365f5e use format on filtering.cpp 12 years ago
yao 56c1a7fab6 make oclHaarDetectObjects running on more ocl platforms 12 years ago
yao b5bd2cde9e A few optimizations to ocl::pyrLK::sparse, make it running on more OCL platforms 12 years ago
yao f6d82773f9 fix bug #2674 12 years ago
Anna Kogan 608fab60fd Added cleanup of keypoints vector 12 years ago
Andrey Kamaev 46c4390a2e Hardly refactored CMake script for Java wrappers 12 years ago
Andrey Kamaev c92743d124 Eliminate intermediate build target "opencv_java_api" 12 years ago
Vadim Pisarevsky dc4d0398f3 converted few more comp. geometry functions to C++ 12 years ago
mdim 93f8e7ba74 check of keypoint index range in drawMatches 12 years ago
Vadim Pisarevsky f14b7af5ac changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities 12 years ago
Vadim Pisarevsky c2241dccc5 converted fitline to C++, fixed Mat::checkVector(). 12 years ago
Vadim Pisarevsky c197a46e7e removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++ 12 years ago
Vadim Pisarevsky 457fa52111 convex hull converted to C++; other 2 functions in convhull.cpp are yet to be finished. 12 years ago
marina.kolpakova e15bdea663 fix test for new cascade 12 years ago
marina.kolpakova 53433884ee fix python wrapping 12 years ago
marina.kolpakova f9649a029b fix typo 12 years ago
marina.kolpakova 0a40bbd0d0 add two types of feature boxes support: 12 years ago
marina.kolpakova 913faf2ef4 fix test for a new test data 12 years ago
marina.kolpakova 9efd668a57 a bit refactored soft cascade 12 years ago
marina.kolpakova f1b4b13e64 perf test 12 years ago
marina.kolpakova 0c6c78d149 integrate 128x256 scale; remove log 12 years ago
marina.kolpakova e09694bde8 integrated 128x256 scale 12 years ago
marina.kolpakova 3e7965a5a5 first debug integration of newly trained cascade 12 years ago
Andrey Kamaev e3474878b6 Consistently use 4-digit library version 12 years ago
Andrey Kamaev 90ff4e6fc8 Convert test image to losless format 12 years ago
Siegfried Hochdorfer 82a9f9a5a9 MeanshiftGrouping Bugfix (Bug #2685) 12 years ago
Vadim Pisarevsky e3941d0965 refactored approxpoly 12 years ago
Andrey Pavlenko a8c0f1d962 fixing test failure on some systems 12 years ago
Andrey Kamaev ae5661d5dc Fix random failures of Split and Merge tests 12 years ago
Andrey Kamaev bf3c2b0bbb Fix incorrect Mat address reconstruction on 64-bit platforms 12 years ago
Anna Kogan 0587bef667 Switched time from seconds to minutes 12 years ago
Anna Kogan 3cdfa654ae Added 'Num of tests' col, changed headers, added 'overall time' row 12 years ago
Andrey Pavlenko 9f0d5f60b5 fixinf warning on non-Windows systems 12 years ago
Alexander Smorkalov 8cb0343f4c Documentation build warning fixes. 12 years ago
Andrey Pavlenko 8e42ca1764 SURF keypoints rotation invariance test. 12 years ago
jmbuena 28a7be69ea Fixed compile warnings on CvHomographyEstimator 12 years ago
Andrey Pavlenko b0e1cb473a more tests fixes 12 years ago
jmbuena 6d738f6a3f Changed RANSAC Homography estimation for speed. Each minimal set is checked for consistency before actually fit a candidate homography. 12 years ago
Andrey Kamaev b1384a6da8 Fix cvCalcOpticalFlow when the status parameter is NULL 12 years ago
Andrey Kamaev 20c5a8788d Weaken acceptance criteria in phase test 12 years ago
Andrey Kamaev 6131a847a2 Fix histogram calculation in equalizeHist 12 years ago
Anna Kogan 3271e395c8 Improved console output 12 years ago
Anna Kogan 0d7ce141aa Cleaned code 12 years ago
Anna Kogan 0334cf11cc Fixed last testsuit disregarding 12 years ago
Vadim Pisarevsky e383d39598 fixed bug #2679 12 years ago
Andrey Kamaev 4e1ba6f02f Fix build with libjpeg release 9 12 years ago
Anatoly Baksheev a09b973c2e Smart operators for smart Ptr (feature #2637) 12 years ago
Ilya Lavrenov 1bc76813f3 fixed bug connected with SSE2 version of resize with AREA interpolation 12 years ago
Andrey Kamaev da9089612a Fix build of java bindings on mingw 12 years ago
marina.kolpakova e53d57664d fix precompiled headers usage in gpu module 12 years ago