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

4164 Commits

Author SHA1 Message Date
Andrey Pavlenko 5c0c81076b Java API: fixing Objdetect tests 2012-04-04 15:10:26 +00:00
Andrey Pavlenko 5fefac7fe3 Java API: fixing Highgui and Video tests 2012-04-04 15:00:35 +00:00
Andrey Pavlenko cd8dfd6c5d Java API: fixing Calib3d tests 2012-04-04 14:49:56 +00:00
Andrey Pavlenko 51338ec7c3 Java API: fixing Core tests; minor enchantments in CvVector-s API 2012-04-04 14:26:43 +00:00
Andrey Kamaev 5a93b275cd Fix for #1730 2012-04-04 13:42:02 +00:00
Andrey Kamaev 7fb694756b Fixed bug in reading zero-size Mat from FileStorage 2012-04-04 13:25:37 +00:00
Andrey Kamaev ae00e9074b Added test for reading empty Mat from FileStorage 2012-04-04 13:10:03 +00:00
Andrey Pavlenko 78d92584c3 Java API: changing C++ vector<T> handling;
Java tests fixes are expected shortly
2012-04-04 12:59:53 +00:00
Vadim Pisarevsky 9ac0d4323d make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors 2012-04-04 12:52:14 +00:00
Vadim Pisarevsky 2fded17f10 added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756) 2012-04-04 12:13:53 +00:00
Vadim Pisarevsky 3f609c89e2 support in-place warpAffine, warpPerspective & remap (feature #1150) 2012-04-04 11:44:09 +00:00
Vadim Pisarevsky e88ff6837a added test for ticket #1719 and added a note about contour self-intersections to the docs 2012-04-04 11:35:51 +00:00
Andrey Kamaev 41eb91f5f1 Updated performance tests sanity data; fixed some tests 2012-04-04 10:56:17 +00:00
Vadim Pisarevsky 9576133e06 restore support of vector<float> as possible output descriptor container in SURF::operator(). 2012-04-04 10:36:49 +00:00
Andrey Kamaev e479a9f619 Removed unneded dependency between objdetect and calib3d 2012-04-04 08:34:30 +00:00
Andrey Kamaev 22630ff8b4 Merged the trunk r7794 2012-04-03 14:24:55 +00:00
Vadim Pisarevsky a3262c5e51 added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors. 2012-04-03 13:38:54 +00:00
Vadim Pisarevsky c7d38a3aab restored try-catch in the i/o test 2012-04-03 13:05:16 +00:00
Vadim Pisarevsky 5e15557155 fixed a few bugs in XML/YAML input/output. 2012-04-03 12:23:46 +00:00
Maria Dimashova 85364ac9b1 fixed Algorithm 2012-04-03 10:51:59 +00:00
Vladislav Vinogradov 64a5c0b1cf updated gpu docs 2012-04-03 06:45:32 +00:00
Alexander Shishkov 74504e6c4d fixed #1572 2012-04-03 00:21:09 +00:00
Alexander Shishkov dc318a868a fixed bug in document theme 2012-04-02 22:21:15 +00:00
Vadim Pisarevsky ff071d2cf6 added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM) 2012-04-02 17:19:57 +00:00
Alexander Shishkov 6fdf7b4d62 fixed document style for deprecated interfaces
added logo to the online docs
moved quick-search panel
added logo with white sign
2012-04-02 13:16:54 +00:00
Vladislav Vinogradov 1bc9ec0d77 fixed gpu::Laplacian
fixed gpu performance sample
2012-04-02 11:21:45 +00:00
Alexander Shishkov 66fd36f79e changed version to 2.4 2012-04-01 08:58:24 +00:00
Vladislav Vinogradov 82d619a34d fixed gpu::filter2D 2012-04-01 07:32:25 +00:00
Andrey Kamaev fd31234122 Fixed gcc build 2012-03-31 23:51:59 +00:00
Anatoly Baksheev e1fd68b21e fixed #1257 ( HaarCascadeApplication GPU test crash ) 2012-03-31 23:49:35 +00:00
Andrey Kamaev 470f6fafeb Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests. 2012-03-31 22:30:18 +00:00
Anatoly Baksheev a22641aa9c fixed bug #1367 in CSBP 2012-03-31 22:07:16 +00:00
Anatoly Baksheev d2bc0065a6 minor 2012-03-31 20:01:18 +00:00
Vadim Pisarevsky eecda6d308 added explicit () to avoid MSVC /analyze warning 2012-03-31 17:39:06 +00:00
Andrey Kamaev d95721107c Fixed typo. 2012-03-31 17:34:24 +00:00
Vadim Pisarevsky 5c615ec28f added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away. 2012-03-31 17:25:19 +00:00
Alexander Reshetnikov 1c616f43ba Fixed compilation error with ffmpeg 0.9.x & 0.10.x 2012-03-31 17:06:35 +00:00
Vladislav Vinogradov 4a41107b01 applied patch #1734 2012-03-31 17:05:33 +00:00
Andrey Kamaev 124ceb96a7 #1732 Added yuv420p to RGB conversion. Thanks to Robert Abel. 2012-03-31 15:33:03 +00:00
Alexander Shishkov 445537fb53 update FFMPEG wrapper binaries 2012-03-31 15:28:51 +00:00
Alexander Reshetnikov 4ec2ad91b9 Removed duplicated includes from ffmpeg wrappers 2012-03-31 15:27:48 +00:00
Alexander Reshetnikov 958d5a0caa Solved a problem with VideoWriter in the new wrapper 2012-03-31 15:12:45 +00:00
Alexander Reshetnikov ab0fc84781 Fixed compilation error under Ubuntu 11.10; added #if-#else-#endif code for some deprecated functions 2012-03-31 15:10:13 +00:00
Andrey Kamaev c648de0e08 Fixed build error in Android examples when java bindings are excluded from build. 2012-03-31 12:26:03 +00:00
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 2012-03-31 11:09:16 +00:00
Vadim Pisarevsky 1e5a600d13 fixed video capturing on Mac running Windows (ticket #988) 2012-03-31 08:56:48 +00:00
Vadim Pisarevsky f309bafe9e another fix for cap_dshow.cpp; fixed warning in facerec_demo 2012-03-30 20:06:06 +00:00
Alexander Reshetnikov 3a564d1ae8 Updated displayOverlay's implementation & documentation (ticket #903) 2012-03-30 19:58:44 +00:00
Andrey Kamaev 7a017973bf Fixed Windows build (MSVC 10 Win32)
internal CV_CAP_PROP_ZOOM is renamed to CV_CAP_PROP_ZOOM_DSHOW
internal CV_CAP_PROP_FOCUS is renamed to CV_CAP_PROP_FOCUS_DSHOW
2012-03-30 19:26:15 +00:00
Vadim Pisarevsky f0b8b81caa applied big patch #1281 by Martin Beckett (various direct show video capture enhancements) 2012-03-30 18:39:03 +00:00