1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-26 13:53:03 +04:00
Commit Graph

3093 Commits

Author SHA1 Message Date
Vadim Pisarevsky 94de7d3f3f fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs). 2011-08-16 13:34:56 +00:00
Vadim Pisarevsky 14a35a8d7b fixed Ximea constructor call 2011-08-15 14:16:22 +00:00
Vadim Pisarevsky f779a85a99 added tests for Vec & Matx multiplication 2011-08-15 13:08:46 +00:00
Vadim Pisarevsky 41a35c3c95 fixed bug #1306 (Vec assignment) 2011-08-15 12:29:39 +00:00
Vadim Pisarevsky 14c05d9bcf updated PDFs (fixed many broken links) 2011-08-15 12:18:41 +00:00
Andrey Kamaev ed349fc3b5 Fixed Android build 2011-08-15 09:11:29 +00:00
Andrey Kamaev d3b14b7111 Documenation: merged recent changes from trunk 2011-08-15 08:13:53 +00:00
Vadim Pisarevsky 567949e2c4 fixed tickets #1301, #1303, #1305 2011-08-14 19:43:59 +00:00
Vadim Pisarevsky 574a961cc1 added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API. 2011-08-12 18:00:35 +00:00
Vadim Pisarevsky b206f9c269 another attempt to fix #1299 2011-08-12 15:16:54 +00:00
Vadim Pisarevsky 4e85c7dbda Branch 2.3 is overridden with the latest copy from trunk. 2011-08-12 12:56:59 +00:00
Vadim Pisarevsky d37beb4074 fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299) 2011-08-12 12:54:38 +00:00
Vadim Pisarevsky 50d70cf9c6 made retina code compile with VS2005/VS2008 2011-08-12 11:28:17 +00:00
Vadim Pisarevsky 6b162ea211 improved list formatting in opencv refman. Updated PDFs. 2011-08-12 10:52:06 +00:00
Andrey Kamaev 6c767b281e Java API: generated test stubs for 2 new functions 2011-08-12 08:14:51 +00:00
Vadim Pisarevsky 02c98152d7 export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298) 2011-08-12 07:50:55 +00:00
Andrey Kamaev 67a98bfd24 Fixed search in html documentation (ticket #1232) 2011-08-12 07:23:54 +00:00
Ana Huaman ea971df8bf Added SURF_Homography sample codee 2011-08-12 03:33:52 +00:00
Alexander Mordvintsev d80a41a543 comment 2011-08-12 03:23:44 +00:00
Alexander Mordvintsev d7a2081230 peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
some old cv api use cleaning
2011-08-12 03:05:31 +00:00
Ana Huaman 9fba5e8d8c Added code for SURF using FLANN Matcher and drawMatches options 2011-08-12 00:19:42 +00:00
Vadim Pisarevsky c65c67eff4 preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107) 2011-08-11 22:38:09 +00:00
Vadim Pisarevsky 6942799669 fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. 2011-08-11 22:27:18 +00:00
Vadim Pisarevsky 1e6f1cc15c another attempt to fix IPP detection on x64 (ticket #1294) 2011-08-11 22:18:51 +00:00
Vadim Pisarevsky 2fe3ed75c1 fixed building retina code on Windows 2011-08-11 22:02:52 +00:00
Vadim Pisarevsky 411f51367e raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test 2011-08-11 21:35:04 +00:00
Vadim Pisarevsky 907fafce5a fixed retinaDemo compile errors 2011-08-11 20:45:51 +00:00
Vadim Pisarevsky 2842d34611 added retina model, by Alexander Benoit 2011-08-11 20:42:08 +00:00
Ana Huaman 04ebef1be2 Added two sample code for features 2D - SURF descriptor and detector 2011-08-11 20:30:25 +00:00
Andrey Kamaev 8442dab01d Html documentation: fixed text wrapping for sidebar 2011-08-11 19:06:41 +00:00
Vadim Pisarevsky d1588c0439 added support for Ximea cameras (missing parts in the prev. commit) 2011-08-11 18:06:09 +00:00
Vadim Pisarevsky bd0d8429ee added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor. 2011-08-11 17:59:30 +00:00
Vadim Pisarevsky d58459ccdd fixed default maxSize case in cvHaarDetectObjects (ticket #1296) 2011-08-11 13:16:00 +00:00
Vadim Pisarevsky d3350b50aa avoid infinite loops when 0-area image is filtered (ticket #1295) 2011-08-11 13:12:59 +00:00
Vadim Pisarevsky c3caaf3b88 fixed IPP detection on 64-bit Windows (ticket #1294) 2011-08-11 11:47:54 +00:00
Bernat Gabor a0a46b0d70 Added a video input tutorial with PSNR and SSIM. 2011-08-11 09:34:03 +00:00
Andrey Kamaev caec96a199 Fixed libraries order in Android.mk (thanks to Anush Moorthy for the report) 2011-08-11 08:28:05 +00:00
Andrey Kamaev 7c8a49b475 Java API: Removed meaningless tests 2011-08-11 07:21:28 +00:00
Andrey Morozov c0cd317284 fixed compile errors in samples 2011-08-11 07:04:27 +00:00
itsyplen bc64567d37 Update samples using cmd parser 2011-08-11 06:46:09 +00:00
Andrey Kamaev 1863f58a67 Java API: generated test stubs for recently added functions/classes 2011-08-10 16:57:15 +00:00
Andrey Kamaev ebb08bc015 Java API: Fixed bug in Mat port; fixed/implemented all java tests for core module 2011-08-10 15:56:47 +00:00
Maria Dimashova 04e4eaabaf updated openni finding by cmake (#1190, #1252); updated doc on kinect 2011-08-10 14:58:55 +00:00
Leonid Beynenson aa78754720 Changed tabulation. 2011-08-10 14:21:20 +00:00
Andrey Kamaev 92afe9e40a Java API: fixed input List<List<smth>> arguments 2011-08-10 14:09:22 +00:00
Vadim Pisarevsky f9ef92d45a multilib support added (ticket #363) 2011-08-10 12:49:52 +00:00
Vadim Pisarevsky 645bb0bfbc added size check to static Mat::diag() 2011-08-10 12:40:41 +00:00
Andrey Kamaev 25261e6ebc Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc 2011-08-10 12:35:22 +00:00
itsyplen d3f8b2eeb7 Updated using new cmd parser 2011-08-10 12:33:03 +00:00
Vadim Pisarevsky 5678464f7d fixed OpenCVConfig.cmake for statically built OpenCV on Mac 2011-08-10 12:08:58 +00:00