profile/ivi/opencv.git
2012-04-08 Andrey KamaevSuppressed hundreds of useless MSVC warnings (can be...
2012-04-08 Andrey KamaevFixed python detection on Windows with both 32bit and...
2012-04-08 Andrey Pavlenkoremoving Java tests for removed classes
2012-04-08 Andrey Pavlenkofixing Android build error in Java API
2012-04-07 Marina Kolpakovafixed build with gcc 4.5+ (#1774)
2012-04-07 Marina Kolpakovaadditional android logging for output gtest xml file
2012-04-07 Marina Kolpakovafixed few warnings
2012-04-07 Marina KolpakovaFix for #1773
2012-04-07 Ivan KorolevJava API: Fixed some bugs in the ImgprocTest.java
2012-04-06 Andrey KamaevFixed problem with backslashes in embedded build inform...
2012-04-06 Andrey Kamaev#1765 Fixed solvePoly for polynomials having coeffs...
2012-04-06 Maria Dimashovaadded assert
2012-04-06 Maria Dimashovafixed em log likelihood
2012-04-06 Vadim Pisarevskymodified EM interface; updated tests & samples
2012-04-06 Andrey Kamaev#645 Added cv::getBuildInformation function (with sampl...
2012-04-06 Ivan KorolevFixed some bugs in the ImgprocTest.java module.
2012-04-06 Alexander Shishkovfixed problem in solvePnPRansac with TBB
2012-04-06 Vadim Pisarevskyhandle single-point sets in kmeans properly
2012-04-06 Maria Dimashovaremoved EM from python and java bindings
2012-04-06 Andrey KamaevFixed perf tests crash in case of corrupted sanity...
2012-04-06 Alexander Shishkovfixed RAND test for float values
2012-04-06 Vadim Pisarevskyrestored resolution in big video writer test
2012-04-06 Vadim Pisarevskyfixed a few VS2010 warnings in EM
2012-04-06 Andrey PavlenkoJava API: changing CvVectorXxx to MatOfXxx
2012-04-06 Andrey PavlenkoJava API: changing CvVectorXxx to MatOfXxx
2012-04-06 Maria Dimashovaadded cv::EM, moved CvEM to legacy, added/updated tests
2012-04-05 Vadim Pisarevskyfixed crash in I/O tests on Windows by making sure...
2012-04-05 Vadim Pisarevskyreduced the video size in video writer tests; retained...
2012-04-05 Alexander ReshetnikovFixed [swscaler ...] bad dst image pointers (tickets...
2012-04-05 Andrey KamaevFixed ugly bug in AlgorithmInfo initialisation order
2012-04-05 Alexander ReshetnikovFixed a problem with AVI reading (removed avcodec_context)
2012-04-05 Alexander SmorkalovNative camera shared libraries updated after autofocus...
2012-04-05 Alexander SmorkalovAutofocus issue on Android ICS fixed.
2012-04-05 Vadim Pisarevskyprobably, ultimately fixed the problem of empty cluster...
2012-04-05 Andrey KamaevAdded option to automatically run all accuracy tests...
2012-04-05 Andrey KamaevMerged the trunk r7844
2012-04-05 Andrey PavlenkoJava API: minor bug-fixes and improvements in CvVector...
2012-04-05 Andrey Kamaev#1732 Added YUV422 conversions
2012-04-05 Andrey KamaevImproved accuracy of SSE-optimized BayerXX2GRAY convers...
2012-04-04 Alexander Shishkovfixed #227, added support I420 format
2012-04-04 Andrey PavlenkoJava API: fixing Objdetect tests
2012-04-04 Andrey PavlenkoJava API: fixing Highgui and Video tests
2012-04-04 Andrey PavlenkoJava API: fixing Calib3d tests
2012-04-04 Andrey PavlenkoJava API: fixing Core tests; minor enchantments in...
2012-04-04 Andrey KamaevFix for #1730
2012-04-04 Andrey KamaevFixed bug in reading zero-size Mat from FileStorage
2012-04-04 Andrey KamaevAdded test for reading empty Mat from FileStorage
2012-04-04 Andrey PavlenkoJava API: changing C++ vector<T> handling;
2012-04-04 Vadim Pisarevskymake Mat::Mat(CvMat* m) return empty matrix when m...
2012-04-04 Vadim Pisarevskyadded notice about the changed behavior of copyMakeBord...
2012-04-04 Vadim Pisarevskysupport in-place warpAffine, warpPerspective & remap...
2012-04-04 Vadim Pisarevskyadded test for ticket #1719 and added a note about...
2012-04-04 Andrey KamaevUpdated performance tests sanity data; fixed some tests
2012-04-04 Vadim Pisarevskyrestore support of vector<float> as possible output...
2012-04-04 Andrey KamaevRemoved unneded dependency between objdetect and calib3d
2012-04-03 Andrey KamaevMerged the trunk r7794
2012-04-03 Vadim Pisarevskyadded initModule_features2d(). Possibly solved problem...
2012-04-03 Vadim Pisarevskyrestored try-catch in the i/o test
2012-04-03 Vadim Pisarevskyfixed a few bugs in XML/YAML input/output.
2012-04-03 Maria Dimashovafixed Algorithm
2012-04-03 Vladislav Vinogradovupdated gpu docs
2012-04-03 Alexander Shishkovfixed #1572
2012-04-02 Alexander Shishkovfixed bug in document theme
2012-04-02 Vadim Pisarevskyadded Algorithm::get/set/addParam(vector<Mat>) (to...
2012-04-02 Alexander Shishkovfixed document style for deprecated interfaces
2012-04-02 Vladislav Vinogradovfixed gpu::Laplacian
2012-04-01 Alexander Shishkovchanged version to 2.4
2012-04-01 Vladislav Vinogradovfixed gpu::filter2D
2012-03-31 Andrey KamaevFixed gcc build
2012-03-31 Anatoly Baksheevfixed #1257 ( HaarCascadeApplication GPU test crash )
2012-03-31 Andrey KamaevFixed conversions from YV12 and IYUV on non-continuous...
2012-03-31 Anatoly Baksheevfixed bug #1367 in CSBP
2012-03-31 Anatoly Baksheevminor
2012-03-31 Vadim Pisarevskyadded explicit () to avoid MSVC /analyze warning
2012-03-31 Andrey KamaevFixed typo.
2012-03-31 Vadim Pisarevskyadded optional dependency stitching->nonfree. When...
2012-03-31 Alexander ReshetnikovFixed compilation error with ffmpeg 0.9.x & 0.10.x
2012-03-31 Vladislav Vinogradovapplied patch #1734
2012-03-31 Andrey Kamaev#1732 Added yuv420p to RGB conversion. Thanks to Robert...
2012-03-31 Alexander Shishkovupdate FFMPEG wrapper binaries
2012-03-31 Alexander ReshetnikovRemoved duplicated includes from ffmpeg wrappers
2012-03-31 Alexander ReshetnikovSolved a problem with VideoWriter in the new wrapper
2012-03-31 Alexander ReshetnikovFixed compilation error under Ubuntu 11.10; added ...
2012-03-31 Andrey KamaevFixed build error in Android examples when java binding...
2012-03-31 Andrey KamaevFixed ~20 potential errors identified by the MS complier.
2012-03-31 Vadim Pisarevskyfixed video capturing on Mac running Windows (ticket...
2012-03-30 Vadim Pisarevskyanother fix for cap_dshow.cpp; fixed warning in facerec...
2012-03-30 Alexander ReshetnikovUpdated displayOverlay's implementation & documentation...
2012-03-30 Andrey KamaevFixed Windows build (MSVC 10 Win32)
2012-03-30 Vadim Pisarevskyapplied big patch #1281 by Martin Beckett (various...
2012-03-30 Vadim Pisarevskyadded borderType to pyrDown, pyrUp & buildPyramid ...
2012-03-30 Alexander ReshetnikovUpdated new ffmpeg wrapper
2012-03-30 Andrey KamaevFixed build with tests disabled
2012-03-30 Andrey KamaevFixed Android build warnings
2012-03-30 Maria Dimashovafix the ticket #1234
2012-03-30 Alexander Shishkovupdate FFMPEG wrapper binaries
2012-03-30 Alexander ReshetnikovFixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticke...
2012-03-30 Andrey Pavlenko#796, #1701 fixing doc vs code arg-s naming consistency
2012-03-30 Vadim Pisarevskyadded video stream positioning in QTKit-based VideoCapt...
2012-03-30 Andrey KamaevFixed gcc build after r7751
next