Vladimir Dudnik
26d348a5b7
fixed build issue (MSVC2010, x64)
14 years ago
Ilya Lysenkov
a811a08d0d
Added checks for incorrect results in the circles grid pattern detection.
14 years ago
Ilya Lysenkov
37cd2b6f25
Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING.
14 years ago
Vadim Pisarevsky
2c8af20bd0
removed obsolete tests
14 years ago
Vadim Pisarevsky
8be541eed2
removed obsolete swig-based python & octave wrappers
14 years ago
Vadim Pisarevsky
1c347f4801
removed obsolete tests
14 years ago
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)
14 years ago
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
14 years ago
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Alexey Spizhevoy
1a02877ab7
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
14 years ago
Elena Fedotova
c6a6d71dae
Purpose: updated the core chapter
14 years ago
Elena Fedotova
77cdc746a5
Purpose: updated the core chapter
14 years ago
Elena Fedotova
cc1624b06a
Purpose: updated the core chapter
14 years ago
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
14 years ago
Alexey Spizhevoy
6cec5ff552
added blendLinear into gpu module
14 years ago
Valentina Kustikova
110351d3de
Bugs in the test for LatentSVM were fixed.
14 years ago
Elena Fedotova
ef06694779
Purpose: updated the core chapter
14 years ago
Anton Obukhov
07d19c2c6f
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
14 years ago
Liu Liu
daac469b83
no Window named "Object SURF" has ever been created, shouldn't destroy such one.
14 years ago
Vincent Rabaud
1dff306872
- make sure the code compiles under gcc-4.6
14 years ago
Ethan Rublee
e17c30d3c2
A few scripts to each making the sample.
14 years ago
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
14 years ago
Vadim Pisarevsky
bbdd0aecbd
improved tree_engine.cpp sample (added train file data specification; print sorted variable importance table)
14 years ago
Anatoly Baksheev
ce474db8eb
refactored FaceDetection GPU sample
14 years ago
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
14 years ago
Vadim Pisarevsky
2388fa223e
patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren)
14 years ago
Anatoly Baksheev
e12b63dde0
beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter)
14 years ago
Elena Fedotova
25fc046a7a
Purpose: updated the core chapter
14 years ago
Alexey Polovinkin
da0cb51916
added documentation on LatentSVM algorithm
14 years ago
Maria Dimashova
b1e0f2a45e
to test buildbot (1)
14 years ago
Maria Dimashova
f9d9b3893b
to test buildbot
14 years ago
Maria Dimashova
afd5683cb6
removed duplicated comments
14 years ago
Anatoly Baksheev
7f77f8f35a
tbb search improvement
14 years ago
Vadim Pisarevsky
535425982f
extended libdc1394 backend (the patch is by Michael Joachimiak)
14 years ago
Maria Dimashova
c820438b22
restored several tests on features2d after moving on google tests
14 years ago
Vadim Pisarevsky
253d8c683e
knearest training has been threaded (thanks to Konstantin Krivakin)
14 years ago
Alexey Spizhevoy
caa2733636
minor changes in gpu performance sample
14 years ago
Elena Fedotova
3f2daa1dcf
Purpose: updated the last section of chapter 10
14 years ago
Vadim Pisarevsky
60633fddd0
fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo)
14 years ago
Anatoly Baksheev
a69de4bf26
minor bug in hog (unbind texture)
14 years ago
Anatoly Baksheev
5f56b27616
added ROI support for HOG_GPU
14 years ago
Vadim Pisarevsky
400dbb13db
fixed remaining ??
14 years ago
Vadim Pisarevsky
bc7412c0c2
do not enumerate subsections (individual functions and classes)
14 years ago
Anatoly Baksheev
8b8ad17f4a
fixed extra memory allocations.
14 years ago
Elena Fedotova
05173022bb
Purpose: updated the last section of chapter 10
14 years ago
Vadim Pisarevsky
5291b9dfe5
corrected grammar (done by Elena)
14 years ago
Vadim Pisarevsky
fafc2f372c
corrected grammar (done by Elena)
14 years ago
Vladislav Vinogradov
57195e9627
fixed SURF_GPU bug (features count > max dimension of grid)
...
minor gpu docs fixes
14 years ago
Anatoly Baksheev
d0e66f7766
minor
14 years ago
Vincent Rabaud
3ac48de183
- speed up the Hamming distance
14 years ago