profile/ivi/opencv.git
2011-04-26 Vadim Pisarevskymoved image codecs' headers to the respective subdirect...
2011-04-26 Vadim Pisarevskymoved image codecs' headers to the respective subdirect...
2011-04-26 Vadim Pisarevskyfixed compile errors on Ubuntu
2011-04-26 Maria Dimashovastarted to integrate DOT detector
2011-04-26 Vadim Pisarevskyfixed typo in cv::erode description
2011-04-26 Vadim Pisarevskydo not define CVAPI_EXPORTS when OpenCV is built static...
2011-04-26 Vadim Pisarevskymade png codec in highgui compatible with libpng-1...
2011-04-26 Vadim Pisarevskymake sure filter2D does not use uninitialized buffers...
2011-04-26 Vadim Pisarevskyfixed repeated allocation of RNG on each theRNG() call...
2011-04-26 Vadim Pisarevskybugfix for highgui crash on Windows in debug mode ...
2011-04-26 James Bowmansimple mean for decode
2011-04-26 James Bowmanrestore data matrix
2011-04-25 Vadim Pisarevskyremoved obsolete tex docs in order to avoid possible...
2011-04-25 James Bowmandatamatrix
2011-04-25 Vadim Pisarevskydo not use Lapack anymore
2011-04-25 Vadim Pisarevskydo not use Lapack anymore
2011-04-25 Anton Obukhov[~] Updated GPU module install target to copy NCV.hpp...
2011-04-25 Anton Obukhov[~] Added nppStSetActiveCUDAstream and nppStGetActiveCU...
2011-04-25 Vladislav Vinogradovadded 16-bit support to TiffEncoder (restore after...
2011-04-25 Nils Haslerfixed jump over initialisation bug.
2011-04-25 Alexey Spizhevoyfixed compile-time bug under Ubuntu
2011-04-24 Anton Obukhov[~] Minor refactoring, clean-up
2011-04-24 Elena FedotovaPurpose: updated the imgproc chapter
2011-04-24 Nils HaslerIf a pipeline is specified manually, this has to be...
2011-04-23 Nils Haslerremoved private copy of gstappsink because appsink...
2011-04-23 Maria Dimashovafixed compile error (ubuntu64)
2011-04-23 Vadim Pisarevskyadded overloaded variants of findHomography & findFunda...
2011-04-23 Nils Hasler* added property CV_CAP_GSTREAMER_QUEUE_LENGTH
2011-04-22 Vincent Rabaud- make sure the code compiles with gcc 4.6
2011-04-22 Alexey Kazakovclass MeanshiftGrouping replaced from objdetect.hpp...
2011-04-22 Alexey KazakovA little fix in haar cascade
2011-04-22 Vadim Pisarevskymoved precomp.hpp before all other headers (to repair...
2011-04-22 Alexey KazakovAdded ROC-curve calculating to the cascade detection...
2011-04-22 Vadim Pisarevskyfixed linker errors by adding CV_EXPORTS to the exporte...
2011-04-22 Vadim Pisarevskysome more minor fixes in datamatrix: warnings eliminate...
2011-04-21 James Bowman#1018: predicate on SSE2
2011-04-21 Andrey Morozovtemporary fix for problem with compilation sse intrinsi...
2011-04-21 Andrey KamaevAndroid compatibility fix: avoid regex.h include to...
2011-04-21 Vadim Pisarevskyremoved compiled hdr_parser.py
2011-04-21 Vladislav Vinogradovadded 16-bit support to TiffEncoder
2011-04-21 James Bowmandatamatrix
2011-04-21 James Bowmandatamatrix test image
2011-04-21 James Bowmandatamatrix
2011-04-20 Vadim Pisarevskysmall correction to the previous patch (also by Konstan...
2011-04-20 Andrey KamaevFixed remaining Android compatibility issues: added...
2011-04-20 Andrey KamaevFixed #1004
2011-04-20 Andrey KamaevFixed #998 and #999: OpponentSIFT and OpponentSURF...
2011-04-19 Victor ErukhimovTutorials
2011-04-19 Vadim Pisarevskyintegrated parallel SVM prediction; fixed warnings...
2011-04-19 Alexey KazakovThe bug was fixed
2011-04-19 Vadim Pisarevskyfixed ?? marks; fixed missing highlighting in some...
2011-04-19 Alexey KazakovAdded to objdetect module: meanshift grouping (groupRec...
2011-04-18 Vladimir Dudnikfixed build issues related to changes in IPP calls.
2011-04-18 Vladimir Dudnikminor changes: removed trailing spaces in some files
2011-04-18 Vadim Pisarevskyfixed OutputArray::create, which resolves several failu...
2011-04-18 Vadim Pisarevskyfixed crash in test_core
2011-04-18 Vadim Pisarevskyfixed build problems on Windows
2011-04-18 Andrey Morozovcorrected the errors in the python's tests
2011-04-18 Andrey KamaevAndroid compatibility fix for r4885: __kernel replaced...
2011-04-18 Andrey KamaevAndroid native camera: added BGR output format; added...
2011-04-17 Elena FedotovaPurpose: updated the imgproc chapter
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-04-17 Vadim Pisarevskymoved Python bindings source code into src subdirectory...
2011-04-15 Vladimir Dudnikfixed build issue (MSVC2010, x64)
2011-04-15 Ilya LysenkovAdded checks for incorrect results in the circles grid...
2011-04-15 Ilya LysenkovImplemented new algorithm for asymmetric circles patter...
2011-04-15 Vadim Pisarevskyremoved obsolete tests
2011-04-15 Vadim Pisarevskyremoved obsolete swig-based python & octave wrappers
2011-04-15 Vadim Pisarevskyremoved obsolete tests
2011-04-14 Vadim Pisarevskynormal bayes classifier has been parallelized using...
2011-04-13 Nils HaslerWhen opening a file with GStreamer:
2011-04-11 Andrey KamaevTest system included into Android build
2011-04-11 Alexey Spizhevoyfixed gpu::downsample and gpu::blendLinear compite...
2011-04-10 Elena FedotovaPurpose: updated the core chapter
2011-04-10 Elena FedotovaPurpose: updated the core chapter
2011-04-10 Elena FedotovaPurpose: updated the core chapter
2011-04-08 Alexey Spizhevoyadded downsample function into gpu module, refactored...
2011-04-08 Alexey Spizhevoyadded blendLinear into gpu module
2011-04-08 Valentina KustikovaBugs in the test for LatentSVM were fixed.
2011-04-07 Elena FedotovaPurpose: updated the core chapter
2011-04-07 Anton Obukhov[~] Refactored, cleaned up, and consolidated the code...
2011-04-07 Liu Liuno Window named "Object SURF" has ever been created...
2011-04-06 Vincent Rabaud- make sure the code compiles under gcc-4.6
2011-04-06 Ethan RubleeA few scripts to each making the sample.
2011-04-06 Andrey KamaevMerged android-experimental branch back to trunk.
2011-04-05 Vadim Pisarevskyimproved tree_engine.cpp sample (added train file data...
2011-04-04 Anatoly Baksheevrefactored FaceDetection GPU sample
2011-04-04 Anton Obukhov[*] Fixed #974 ("GPU CascadeClassifier fails with some...
2011-04-04 Vadim Pisarevskypatched spilltree for better compatibility with multi...
2011-04-04 Anatoly Baksheevbeta cmake file for cuda4.0 (requires "cudafe", Mar...
2011-04-03 Elena FedotovaPurpose: updated the core chapter
2011-04-03 Alexey Polovinkinadded documentation on LatentSVM algorithm
2011-04-02 Maria Dimashovato test buildbot (1)
2011-04-02 Maria Dimashovato test buildbot
2011-04-02 Maria Dimashovaremoved duplicated comments
2011-04-01 Anatoly Baksheevtbb search improvement
2011-04-01 Vadim Pisarevskyextended libdc1394 backend (the patch is by Michael...
2011-04-01 Maria Dimashovarestored several tests on features2d after moving on...
2011-04-01 Vadim Pisarevskyknearest training has been threaded (thanks to Konstant...
2011-04-01 Alexey Spizhevoyminor changes in gpu performance sample
next