projects
/
profile
/
ivi
/
opencv.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/opencv.git
2011-04-25
Vadim Pisarevsky
do not use Lapack anymore
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Vadim Pisarevsky
do not use Lapack anymore
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Anton Obukhov
[~] Updated GPU module install target to copy NCV.hpp...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Anton Obukhov
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCU...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Vladislav Vinogradov
added 16-bit support to TiffEncoder (restore after...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Nils Hasler
fixed jump over initialisation bug.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Alexey Spizhevoy
fixed compile-time bug under Ubuntu
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Anton Obukhov
[~] Minor refactoring, clean-up
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Elena Fedotova
Purpose: updated the imgproc chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Nils Hasler
If a pipeline is specified manually, this has to be...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Nils Hasler
removed private copy of gstappsink because appsink...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Maria Dimashova
fixed compile error (ubuntu64)
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Vadim Pisarevsky
added overloaded variants of findHomography & findFunda...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Nils Hasler
* added property CV_CAP_GSTREAMER_QUEUE_LENGTH
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Vincent Rabaud
- make sure the code compiles with gcc 4.6
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Alexey Kazakov
class MeanshiftGrouping replaced from objdetect.hpp...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Alexey Kazakov
A little fix in haar cascade
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Vadim Pisarevsky
moved precomp.hpp before all other headers (to repair...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Alexey Kazakov
Added ROC-curve calculating to the cascade detection...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Vadim Pisarevsky
fixed linker errors by adding CV_EXPORTS to the exporte...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Vadim Pisarevsky
some more minor fixes in datamatrix: warnings eliminate...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
James Bowman
#1018: predicate on SSE2
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
Andrey Morozov
temporary fix for problem with compilation sse intrinsi...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
Andrey Kamaev
Android compatibility fix: avoid regex.h include to...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
Vadim Pisarevsky
removed compiled hdr_parser.py
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
Vladislav Vinogradov
added 16-bit support to TiffEncoder
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
James Bowman
datamatrix
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
James Bowman
datamatrix test image
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
James Bowman
datamatrix
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
Vadim Pisarevsky
small correction to the previous patch (also by Konstan...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
Andrey Kamaev
Fixed remaining Android compatibility issues: added...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
Andrey Kamaev
Fixed #1004
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
Andrey Kamaev
Fixed #998 and #999: OpponentSIFT and OpponentSURF...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
Victor Erukhimov
Tutorials
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
Vadim Pisarevsky
integrated parallel SVM prediction; fixed warnings...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
Alexey Kazakov
The bug was fixed
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
Vadim Pisarevsky
fixed ?? marks; fixed missing highlighting in some...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-19
Alexey Kazakov
Added to objdetect module: meanshift grouping (groupRec...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Vladimir Dudnik
fixed build issues related to changes in IPP calls.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Vladimir Dudnik
minor changes: removed trailing spaces in some files
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Vadim Pisarevsky
fixed OutputArray::create, which resolves several failu...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Vadim Pisarevsky
fixed crash in test_core
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Vadim Pisarevsky
fixed build problems on Windows
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Andrey Morozov
corrected the errors in the python's tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Andrey Kamaev
Android compatibility fix for r4885: __kernel replaced...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Andrey Kamaev
Android native camera: added BGR output format; added...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
Elena Fedotova
Purpose: updated the imgproc chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
Vadim Pisarevsky
a big patch; use special proxy types (Input/OutputArray...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
Vadim Pisarevsky
moved Python bindings source code into src subdirectory...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
Vladimir Dudnik
fixed build issue (MSVC2010, x64)
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
Ilya Lysenkov
Added checks for incorrect results in the circles grid...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
Ilya Lysenkov
Implemented new algorithm for asymmetric circles patter...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
Vadim Pisarevsky
removed obsolete tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
Vadim Pisarevsky
removed obsolete swig-based python & octave wrappers
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
Vadim Pisarevsky
removed obsolete tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-14
Vadim Pisarevsky
normal bayes classifier has been parallelized using...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
Nils Hasler
When opening a file with GStreamer:
commit
|
commitdiff
|
tree
|
snapshot
2011-04-11
Andrey Kamaev
Test system included into Android build
commit
|
commitdiff
|
tree
|
snapshot
2011-04-11
Alexey Spizhevoy
fixed gpu::downsample and gpu::blendLinear compite...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-10
Elena Fedotova
Purpose: updated the core chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-10
Elena Fedotova
Purpose: updated the core chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-10
Elena Fedotova
Purpose: updated the core chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-08
Alexey Spizhevoy
added downsample function into gpu module, refactored...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-08
Alexey Spizhevoy
added blendLinear into gpu module
commit
|
commitdiff
|
tree
|
snapshot
2011-04-08
Valentina Kustikova
Bugs in the test for LatentSVM were fixed.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-07
Elena Fedotova
Purpose: updated the core chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-07
Anton Obukhov
[~] Refactored, cleaned up, and consolidated the code...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-07
Liu Liu
no Window named "Object SURF" has ever been created...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Vincent Rabaud
- make sure the code compiles under gcc-4.6
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Ethan Rublee
A few scripts to each making the sample.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Andrey Kamaev
Merged android-experimental branch back to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-05
Vadim Pisarevsky
improved tree_engine.cpp sample (added train file data...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Anatoly Baksheev
refactored FaceDetection GPU sample
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Anton Obukhov
[*] Fixed #974 ("GPU CascadeClassifier fails with some...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Vadim Pisarevsky
patched spilltree for better compatibility with multi...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Anatoly Baksheev
beta cmake file for cuda4.0 (requires "cudafe", Mar...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Elena Fedotova
Purpose: updated the core chapter
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Alexey Polovinkin
added documentation on LatentSVM algorithm
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Maria Dimashova
to test buildbot (1)
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Maria Dimashova
to test buildbot
commit
|
commitdiff
|
tree
|
snapshot
2011-04-02
Maria Dimashova
removed duplicated comments
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Anatoly Baksheev
tbb search improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Vadim Pisarevsky
extended libdc1394 backend (the patch is by Michael...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Maria Dimashova
restored several tests on features2d after moving on...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Vadim Pisarevsky
knearest training has been threaded (thanks to Konstant...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Alexey Spizhevoy
minor changes in gpu performance sample
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Elena Fedotova
Purpose: updated the last section of chapter 10
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Vadim Pisarevsky
fixed bug in complanarity check in cvEstimateRigidTrans...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Anatoly Baksheev
minor bug in hog (unbind texture)
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Anatoly Baksheev
added ROI support for HOG_GPU
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Vadim Pisarevsky
fixed remaining ??
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Vadim Pisarevsky
do not enumerate subsections (individual functions...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Anatoly Baksheev
fixed extra memory allocations.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Elena Fedotova
Purpose: updated the last section of chapter 10
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Vadim Pisarevsky
corrected grammar (done by Elena)
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Vadim Pisarevsky
corrected grammar (done by Elena)
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Vladislav Vinogradov
fixed SURF_GPU bug (features count > max dimension...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Anatoly Baksheev
minor
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Vincent Rabaud
- speed up the Hamming distance
commit
|
commitdiff
|
tree
|
snapshot
2011-03-25
Maria Dimashova
fixed setProperty
commit
|
commitdiff
|
tree
|
snapshot
next