Andrey Kamaev
cc1c613313
Fixed #998 and #999 : OpponentSIFT and OpponentSURF regression tests failure on Android
2011-04-20 07:33:05 +00:00
Victor Erukhimov
1d7b9750c0
Tutorials
2011-04-19 17:18:36 +00:00
Vadim Pisarevsky
17a2480a21
integrated parallel SVM prediction; fixed warnings after meanshift integration
2011-04-19 16:20:44 +00:00
Alexey Kazakov
537a36115f
The bug was fixed
2011-04-19 12:31:35 +00:00
Vadim Pisarevsky
e9a5bbc003
fixed ?? marks; fixed missing highlighting in some of the sections
2011-04-19 11:41:12 +00:00
Alexey Kazakov
e863c3d5f6
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
...
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
2011-04-19 09:05:15 +00:00
Vladimir Dudnik
2057f2c452
fixed build issues related to changes in IPP calls.
2011-04-18 21:24:57 +00:00
Vladimir Dudnik
8e7768379f
minor changes: removed trailing spaces in some files
2011-04-18 19:34:51 +00:00
Vadim Pisarevsky
dd45fe13d1
fixed OutputArray::create, which resolves several failures in opencv_test_core
2011-04-18 16:32:43 +00:00
Vadim Pisarevsky
94e09f24c7
fixed crash in test_core
2011-04-18 15:34:35 +00:00
Vadim Pisarevsky
9a991a2e10
fixed build problems on Windows
2011-04-18 15:14:32 +00:00
Andrey Morozov
e58de551c5
corrected the errors in the python's tests
2011-04-18 15:06:09 +00:00
Andrey Kamaev
7e2f771940
Android compatibility fix for r4885: __kernel replaced with filter_kernel
2011-04-18 11:15:15 +00:00
Andrey Kamaev
31e77a3bd9
Android native camera: added BGR output format; added methods to configure output frame size.
2011-04-18 08:50:24 +00:00
Elena Fedotova
1965b297d0
Purpose: updated the imgproc chapter
2011-04-17 19:46:02 +00:00
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
2011-04-17 13:14:45 +00:00
Vadim Pisarevsky
335370a7c0
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
2011-04-17 13:09:04 +00:00
Vladimir Dudnik
26d348a5b7
fixed build issue (MSVC2010, x64)
2011-04-15 19:46:45 +00:00
Ilya Lysenkov
a811a08d0d
Added checks for incorrect results in the circles grid pattern detection.
2011-04-15 17:24:07 +00:00
Ilya Lysenkov
37cd2b6f25
Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING.
2011-04-15 15:33:11 +00:00
Vadim Pisarevsky
2c8af20bd0
removed obsolete tests
2011-04-15 11:56:57 +00:00
Vadim Pisarevsky
8be541eed2
removed obsolete swig-based python & octave wrappers
2011-04-15 11:14:01 +00:00
Vadim Pisarevsky
1c347f4801
removed obsolete tests
2011-04-15 11:13:04 +00:00
Vadim Pisarevsky
b9fa21d011
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
2011-04-14 17:04:39 +00:00
Nils Hasler
56b206dc7b
When opening a file with GStreamer:
...
* if the filename looks like a URI, it is opened in non-blocking mode, cvQueryFrame() could skip frames or grab one frame more than once
* if the filename looks like a filename, it is opened in blocking mode. cvQueryFrame() grabs consecutive frames
* otherwise the filename is interpreted as a gstreamer pipeline as used with gst-launch. The last element of the pipeline has to have the property name=to-opencv
2011-04-13 07:15:35 +00:00
Andrey Kamaev
b906ad3108
Test system included into Android build
2011-04-11 14:47:06 +00:00
Alexey Spizhevoy
1a02877ab7
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
2011-04-11 05:11:23 +00:00
Elena Fedotova
c6a6d71dae
Purpose: updated the core chapter
2011-04-10 21:25:46 +00:00
Elena Fedotova
77cdc746a5
Purpose: updated the core chapter
2011-04-10 20:54:37 +00:00
Elena Fedotova
cc1624b06a
Purpose: updated the core chapter
2011-04-10 19:37:17 +00:00
Alexey Spizhevoy
97282d8ff8
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
2011-04-08 08:04:56 +00:00
Alexey Spizhevoy
6cec5ff552
added blendLinear into gpu module
2011-04-08 05:21:47 +00:00
Valentina Kustikova
110351d3de
Bugs in the test for LatentSVM were fixed.
2011-04-08 03:51:40 +00:00
Elena Fedotova
ef06694779
Purpose: updated the core chapter
2011-04-07 20:29:59 +00:00
Anton Obukhov
07d19c2c6f
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
2011-04-07 12:59:01 +00:00
Liu Liu
daac469b83
no Window named "Object SURF" has ever been created, shouldn't destroy such one.
2011-04-07 05:48:48 +00:00
Vincent Rabaud
1dff306872
- make sure the code compiles under gcc-4.6
2011-04-06 22:00:09 +00:00
Ethan Rublee
e17c30d3c2
A few scripts to each making the sample.
2011-04-06 18:11:54 +00:00
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
2011-04-06 14:31:03 +00:00
Vadim Pisarevsky
bbdd0aecbd
improved tree_engine.cpp sample (added train file data specification; print sorted variable importance table)
2011-04-05 15:13:10 +00:00
Anatoly Baksheev
ce474db8eb
refactored FaceDetection GPU sample
2011-04-04 15:21:58 +00:00
Anton Obukhov
58476b64a6
[*] Fixed #974 ("GPU CascadeClassifier fails with some training files"): Moved IsNodeLeaf bit from NodeDescriptor to FeatureDescriptor for both left and right nodes, therefore from now on max number of rects in a feature is 31
2011-04-04 11:47:21 +00:00
Vadim Pisarevsky
2388fa223e
patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren)
2011-04-04 10:58:07 +00:00
Anatoly Baksheev
e12b63dde0
beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter)
2011-04-04 10:01:55 +00:00
Elena Fedotova
25fc046a7a
Purpose: updated the core chapter
2011-04-03 22:10:32 +00:00
Alexey Polovinkin
da0cb51916
added documentation on LatentSVM algorithm
2011-04-03 10:16:28 +00:00
Maria Dimashova
b1e0f2a45e
to test buildbot (1)
2011-04-02 15:01:44 +00:00
Maria Dimashova
f9d9b3893b
to test buildbot
2011-04-02 14:18:32 +00:00
Maria Dimashova
afd5683cb6
removed duplicated comments
2011-04-02 07:49:31 +00:00
Anatoly Baksheev
7f77f8f35a
tbb search improvement
2011-04-01 19:19:03 +00:00