platform/upstream/opencv.git
2012-01-26 Alexey SpizhevoyUpdated the stitching module docs
2012-01-26 Vladislav Vinogradovdisabled unnecessary code (it can't be compiled with...
2012-01-26 Alexey SpizhevoyUpdated the stitching module docs
2012-01-26 Alexey SpizhevoyUpdated the stitching module docs
2012-01-26 Alexey SpizhevoyUpdated the stitching module docs
2012-01-26 Andrey Morozovfixed of the ticket #1442
2012-01-26 Andrey Pavlenkofixing Java test compilation after API change (distance...
2012-01-26 Vadim Pisarevskyfixed memory leak in cap_libv4l.cpp (ticket #1518;...
2012-01-25 Alexander Reshetnikovfixed a bug which caused incorrect work of function...
2012-01-25 Anatoly Baksheevfixed CUDA compilation
2012-01-25 Alexander Reshetnikovsome design code changes in new tests
2012-01-25 Andrey KamaevUpdating opencv module definition in cmake (continued)
2012-01-25 Vadim Pisarevskyadded tests on cv.CreateImage() (thanks to mythsmith).
2012-01-25 Vadim Pisarevskyadjust the header parser to support "public virtual...
2012-01-25 Andrey KamaevUpdating opencv module definition in cmake (continued)
2012-01-25 Vadim Pisarevskyfixed bug #1552
2012-01-25 Vadim Pisarevskyfixed bug #1531. added separate distanceTransformWithLa...
2012-01-25 Andrey KamaevAttempt to fix build on Mac OS X
2012-01-25 Andrey KamaevUpdating opencv module definition in cmake (continued)
2012-01-25 Kirill KornyakovOptimized version of adaptiveThreshold added
2012-01-25 Vladislav Vinogradovadded additional error check
2012-01-25 Vladislav Vinogradovminor fix
2012-01-24 Vadim Pisarevskyadded the abstract cv::Algorithm class; low-level exp...
2012-01-24 Andrey KamaevUpdating opencv module definition in cmake
2012-01-24 Leonid BeynensonMade changes in the stitching log macros: now the funct...
2012-01-24 Andrey KamaevFixed compiler flags caching in cmake
2012-01-24 Anatoly Baksheevgramma
2012-01-23 Andrey KamaevAlternative xml naming for performance logs
2012-01-23 Andrey KamaevFixed build without SSE
2012-01-23 Vadim Pisarevskyapplied patch by Will Lucas; improved separable filter...
2012-01-23 Andrey PavlenkoTegra optimization for image filtering
2012-01-23 Ivan KorolevCorrected perf tests: merge, split.
2012-01-23 Vladislav Vinogradovfixed bug in gpu::Canny
2012-01-23 Vladislav Vinogradovadded support of BORDER_REFLECT to gpu::cornerHarris...
2012-01-23 Andrey KamaevAdded exhaustive perf test for cvtColor instead of...
2012-01-22 Vladislav Vinogradovfixed bug in gpu::transformSmart with mask
2012-01-20 Alexander Reshetnikovcompleted test for boundingRect function
2012-01-20 Andrey KamaevA number of improvements in android cmake toolchain
2012-01-20 Ivan KorolevCreated perf tests for cvtColor_toBGR565, cvtColor_C3to...
2012-01-20 Alexey SpizhevoyUpdated the stitching module docs
2012-01-20 Alexey SpizhevoyUpdated the stitching module docs
2012-01-19 Alexander ReshetnikovSeveral updates of code in countNonZero test
2012-01-19 Alexander ReshetnikovCompleted countNonZero test (found that it's already...
2012-01-19 Alexey SpizhevoyUpdated the stitching module docs
2012-01-19 Ivan Korolevaccount test
2012-01-19 Alexey SpizhevoyUpdated the stitching modudle docs
2012-01-19 Andrey KamaevTegra optimization for split, merge and some color...
2012-01-19 Alexey SpizhevoyUpdated the stitching module docs
2012-01-19 Alexey SpizhevoyUpdated the stitching module docs
2012-01-19 Andrey Pavlenkofixing compilation; but some code lines look weird,
2012-01-19 Alexander ReshetnikovcountNonZero & boundingRect tests - added first versions
2012-01-18 Andrey KamaevFirst version of native camera support for Android...
2012-01-18 Alexey SpizhevoyAdded the first version of the stitching module docs
2012-01-18 Vladislav Vinogradovfix OpenGL render functions
2012-01-17 Alexander Reshetnikovadded checking homography matrix computing for vector...
2012-01-16 Alexander ReshetnikovCompleted findHomography test (source data has type...
2012-01-16 Andrey KamaevRefactored YUV420 to RGB/BGR/RGBA/BGRA conversion
2012-01-16 Vladislav Vinogradovadded performance test for createOpticalFlowNeedleMap
2012-01-16 Kirill KornyakovCreated perf tests for cornerHarris, cornerEigenValsAnd...
2012-01-16 Vladislav Vinogradovminor
2012-01-16 Vladislav Vinogradovminor fix
2012-01-16 Vladislav Vinogradovfixed gpu docs
2012-01-16 Vladislav Vinogradovupdated optical_flow samples
2012-01-16 Andrey KamaevMore natural sorting of MatType constants in performanc...
2012-01-13 Andrey KamaevFixed small bug in summary.py
2012-01-13 Alexandre Benoitcorrected retina internal buffers copy methods
2012-01-12 Andrey Kamaevfixed Tegra stubs in cvtColor
2012-01-12 Andrey Pavlenkofixing compilation on Android
2012-01-12 Andrey Pavlenkofixing compilation on Windows (std::tr1::tie() is undef...
2012-01-11 Andrey PavlenkoTegra optimization for warpPerspective() and 2 new...
2012-01-11 Andrey KamaevFixed Tegra optimization stub for gaussian
2012-01-11 Vladislav Vinogradovupdated gpu optical_flow sample
2012-01-11 Vladislav Vinogradovminor refactoring of gpu performance sample
2012-01-11 Vladislav Vinogradovadded docs for FAST_GPU and ORB_GPU
2012-01-11 Vladislav Vinogradovfixed gpu::resize
2012-01-11 Vladislav Vinogradovminor fix
2012-01-10 Alexander Shishkovmodified documentation of solvePnP and solvePnPRansac
2012-01-10 Vladislav Vinogradovfixed bug with submatrix in some gpu functions
2012-01-10 Alexander Reshetnikoveigen tests for 1*1 matrix were temporarily removed...
2012-01-09 Marius MujaFixing ticket #1539
2012-01-09 Andrey KamaevAdded perf test for RGB(A)/BGR(A) to YCrCb conversion
2012-01-09 Andrey KamaevAdded test group separators to the html version of...
2012-01-09 Andrey KamaevFixed modules order in OpenCV.mk.in
2012-01-07 Alexander Shishkovfixed compilation error on Win
2012-01-06 Andrey PavlenkoTegra optimization for some color conversion and warpAf...
2012-01-06 Alexander Shishkovdone user requirement from yvonnic2m@gmail.com
2012-01-06 Kirill KornyakovAdded threaded versions (enabled only for Tegra at...
2012-01-06 Andrey KamaevFixed bug in summary.py
2012-01-06 Andrey KamaevFixed files picking code to preserve the order in summa...
2012-01-05 Andrey KamaevTegra optimization for median blur
2012-01-04 Andrey KamaevTegra optimization for GaussianBlur
2012-01-03 Alexander ReshetnikovComplex eigen test was modified.
2012-01-03 Andrey KamaevStarted top-level CMakeLists.txt file reorganization...
2012-01-03 Kirill Kornyakovdoc typo fixed
2011-12-30 Andrey KamaevFixed dot product test
2011-12-29 Andrey KamaevRefactored performance tests. TEST_CYCLE macro is renam...
2011-12-29 Vadim Pisarevskyadded copyright notice for MOG2 algorithm by Z. Zivkovic
2011-12-29 Andrey KamaevAdded perf test for INTER_AREA resize
2011-12-29 Kirill KornyakovOptimized version of DotProd8u added
2011-12-29 Kirill KornyakovOptimized version of sqsum8u added
next