profile/ivi/opencv.git
2011-09-21 Vladislav Vinogradovimplemented gpu::addWeighted
2011-09-21 Vladislav Vinogradovimplemented gpu::copyMakeBorder for all border modes
2011-09-20 Ilya LysenkovFixed the new version of findCirclesGrid.
2011-09-20 Ilya LysenkovAdded tests of findCirclesGrid() with the asymmetric...
2011-09-20 Ilya LysenkovRemoved unnecessary variables.
2011-09-20 Ilya LysenkovImproved robustness of the findCirclesGrid() to affine...
2011-09-20 Alexander Mordvintsevfix in RectSelector
2011-09-20 Vladislav Vinogradovfixed bug in gpu::HOGDescriptor::getBuffer (ticket...
2011-09-19 Andrey KamaevTegra optimization for CirclesGridClusterFinder::hierar...
2011-09-19 Alexey SpizhevoyChanged one CLI message in stitching_detailed.
2011-09-19 Alexander MordvintsevRectSelector in common.py
2011-09-19 Alexey SpizhevoyFixed warper selection bug in stitching_detailed. Remov...
2011-09-18 Andrey KamaevFixed some cmake 2.6 compatibility issues.
2011-09-16 Andrey KamaevRemoved countNonZero call from CirclesGridClusterFinder...
2011-09-16 Alexey SpizhevoyUpdated bundle adjustment in stitching module: 1) it...
2011-09-16 Andrey KamaevPerf tests: added option to set affinity mask on Androi...
2011-09-15 Andrey KamaevRemoved unnecessary comparison from CirclesGridClusterF...
2011-09-15 Alexander Mordvintsevwrapped FlannBasedMatcher (and extended DescriptorMatch...
2011-09-15 Alexander Shishkovfixed compilation errors in TeX
2011-09-15 Alexander Shishkovfixed problem in rst files
2011-09-15 Alexander Mordvintsevpython DescriptorExtractor.compute now returns filtered...
2011-09-15 Andrey KamaevPerf tests: linux version of adb search
2011-09-15 Andrey KamaevPerf tests: fixed some bugs with adb tool search
2011-09-15 Anatoly Baksheevminor
2011-09-14 Andrey KamaevTegra-optimized minMaxLoc/minMaxIdx
2011-09-14 Vadim Pisarevskyreplaced "unsigned int" -> "unsigned" to make Python...
2011-09-14 Vadim Pisarevskyalways initialize the output values in LSH-based k...
2011-09-14 Andrey KamaevOpenCVConfig.cmake is updated to export OpenCV_SOURCE_P...
2011-09-14 Vladislav Vinogradovminor gpu module refactoring: split big .cu files,...
2011-09-13 Leonid BeynensonSince there is no a standard functions cv::min and...
2011-09-13 Alexey SpizhevoyAdded fix for 0 found features in stitching matcher
2011-09-13 Andrey PavlenkoPerf Tests: default stitching scenario.
2011-09-13 Alexander Mordvintsevwork on #1360 (custom LshIndex params fixed)
2011-09-13 Andrey KamaevAdded performance tests for findCirclesGrid and solvePnP
2011-09-13 Marius MujaFixing ticket #1366
2011-09-12 Marius MujaFixing include defines
2011-09-12 Vadim Pisarevskycorrected formula formatting in phaseCorrelate docs...
2011-09-12 Vladislav Vinogradovminor
2011-09-12 Vladislav Vinogradovfixed bug in SURF_GPU (memory access error)
2011-09-12 Alexey SpizhevoyBug in multiply was fixed (by Vlad Vinogradov)
2011-09-12 Vladislav Vinogradovadded check if src.size() == dst.size() to gpu::resize
2011-09-12 Vladislav Vinogradovimplemented gpu::resize for all types
2011-09-12 Vladislav Vinogradovoptimized gpu::multiply
2011-09-12 Vladislav Vinogradovadded padded performance tests for gpu module
2011-09-11 Andrey KamaevFixed fullscreen window mode on Windows.
2011-09-10 Alexey SpizhevoyReverted some unnecessary changes in GPU module
2011-09-10 Alexey SpizhevoyAdded TODOs into GPU module
2011-09-10 Alexey Spizhevoyadded support of 8UC4*32FC1 multiply into GPU module
2011-09-09 Andrey KamaevPerf tests: improved reporting when test fails because...
2011-09-09 Andrey KamaevPerf tests reports - added output format with embedded...
2011-09-09 Leonid BeynensonSmall modification in test parameters.
2011-09-09 Andrey KamaevFixed modules order in OpenCVConfig.cmake
2011-09-08 Alexey SpizhevoyAdded handling of stitching module into OpenCVConfig...
2011-09-08 Andrey PavlenkoFixing static libs build on Windows
2011-09-08 Andrey KamaevPerf tests: method ::perf::TestBase::getDataPath made...
2011-09-08 Andrey KamaevPerf tests: fixed some issues
2011-09-08 Andrey PavlenkoFixing Windows build
2011-09-08 Andrey KamaevFixed perf target on Windows.
2011-09-07 Leonid BeynensonMade perf test for CascadeClassifier (LBP frontal face...
2011-09-07 Kirill KornyakovNeon Optimized Resize added
2011-09-07 P. Karasevtouch stitching app, test/verify svn access
2011-09-07 Alexey Spizhevoyfixed bug in gpu perf. test
2011-09-07 Vladislav Vinogradovadded performance tests for gpu module
2011-09-07 Andrey PavlenkoFixing Windows build
2011-09-07 Andrey PavlenkoPerf Tests: updates to cvtColor() & integral() perf...
2011-09-07 Alexey Spizhevoyrefactored features finders in stitching module
2011-09-07 Andrey KamaevPerf tests: minor fix in chart.py
2011-09-07 Alexey Spizhevoyminor refactoring of stitching
2011-09-07 Alexey Spizhevoyadded first version of public stitching API, added...
2011-09-07 Andrey Kamaevfixed Java API build (not sure if features2d is wrapped...
2011-09-07 Alexander Mordvintsevhandling Ptr<> arguments and return values in Python...
2011-09-07 Andrey KamaevPerf tests: fixed some bugs in scripts
2011-09-07 Andrey KamaevGpu functionality in stitching module is excluded from...
2011-09-07 Alexey Spizhevoyput all old stitching API into detail namespace
2011-09-07 Vladislav Vinogradovfixed bug in stitching in GpuSurfFeaturesFinder (missin...
2011-09-06 Andrey KamaevPerformance testing branch is merged back into trunk
2011-09-06 Vladislav Vinogradovfixed bug in gpu::remap under win32
2011-09-06 Alexey Spizhevoyminor fixes in stitching module
2011-09-06 Alexey Spizhevoyfixed stitching module link error on Windows
2011-09-06 Andrey PavlenkocvtColor: dst channels number default is set to 4 for...
2011-09-06 Vladislav Vinogradovadded bicubic interpolation to gpu::remap
2011-09-05 Anatoly Baksheevwarnings
2011-09-05 Alexey Spizhevoyrefactored stitching module
2011-09-05 Alexey Spizhevoyturned opencv_stitching application to module and sample
2011-09-05 Vladislav Vinogradovfixed build under windows (replace M_PI with CV_PI)
2011-09-05 Alexey Spizhevoyminor changes in opencv_stitching
2011-09-05 Alexey Spizhevoyminor changes in opencv_stitching
2011-09-05 Vladislav Vinogradovoptimized gpu::remap (use texture memory)
2011-09-05 Vadim Pisarevskyadded phaseCorrelate function by Will Lucas.
2011-09-05 Vladislav Vinogradovoptimized gpu::remap (use texture memory if possible...
2011-09-05 Vladislav Vinogradovadded GpuFeature assertion to gpu::Canny
2011-09-05 Vladislav Vinogradovadded assertion for small image sizes to SURF_GPU ...
2011-09-05 Vladislav Vinogradovfixed CudaMem::createMatHeader (ticket #1353)
2011-09-05 Vladislav Vinogradovfixed build under linux
2011-09-04 Alexandre Benoitmemory safety test added
2011-09-04 Alexandre BenoitUpdated retina access methods and OpenEXR image tone...
2011-09-04 Alexandre BenoitUpdated retina access methods and OpenEXR image tone...
2011-09-02 Alexander Mordvintsevopt_flow.py sample fixed
2011-09-02 Andrey KamaevAndroid port is updated for NDK r6b
2011-09-01 Andrey KamaevFixed native_camera library build for Androids having...
next