Merge branch 'master' of git://code.opencv.org/opencv
[profile/ivi/opencv.git] / modules /
2012-09-07 Philipp WagnerMerge branch 'master' of git://code.opencv.org/opencv
2012-09-07 Philipp WagnerThe labels of a model are now cloned instead of using...
2012-09-07 Andrey KamaevRemoved remaining SWIG marks from headers
2012-09-07 Philipp WagnerAdded a simple CMakeLists.txt to the facerec_samples...
2012-09-07 Andrey Morozovfixed compile error under linux
2012-09-07 Vadim Pisarevskylittle fix in command line parser - catch unknown param...
2012-09-07 Vadim Pisarevskyrefactored command line parser, fixed the docs
2012-09-07 Alexander SmorkalovNative camera issue on HTC One S fixed.
2012-09-07 AoD314add new version of CommandLineParser. add empty docs
2012-09-06 Andrey KamaevReduce verbosity of Java API generators
2012-09-06 Andrey KamaevFix Android build warnings
2012-09-06 Andrey KamaevFix Android CMake toolchain compiler and linker flags
2012-09-06 Vsevolod GlumovFixed some minor formatting issues in 'old_basic_struct...
2012-09-06 yaoMerge branch 'master' of git://code.opencv.org/opencv
2012-09-06 yaoA little optimization on ocl/pyrdown, ocl/canny
2012-09-06 Vsevolod GlumovRevert "Another batch of fixed 'undocumented parameter...
2012-09-05 Vsevolod GlumovAnother batch of fixed 'undocumented parameter' warning...
2012-09-05 Vadim Pisarevskyfixed build errors and warnings on Windows
2012-09-05 Vadim PisarevskyMerge https://github.com/urikz/opencv
2012-09-05 Andrey KamaevFix gcc build errors and warnings
2012-09-05 Yury ZemlyanskiySmall fixed #3
2012-09-05 Yury ZemlyanskiySmall fixed #2
2012-09-05 Yury ZemlyanskiySmall fixes
2012-09-05 Yury ZemlyanskiyMerge remote-tracking branch 'itseez/opencv'
2012-09-05 Yury ZemlyanskiyUpdate to improve performance of SimpleFlow algorithm
2012-09-04 Ilya Lavrenovchanged eps in validate_result function
2012-09-04 Ilya LavrenovMore strict tests for image waring algorithms
2012-09-04 Andrey KamaevFix android build warnings
2012-09-04 Andrey KamaevMerge branch 'android-toolchain'
2012-09-04 Andrey KamaevFix Android build with CMake 2.6.3-2.8.3
2012-09-04 Vsevolod GlumovPartially cleaned 'operations_on_arrays' section of...
2012-09-04 Vadim Pisarevskyrestored SSE2 and added AVX optimization of the old...
2012-09-04 Vadim Pisarevskyfixed 4-channel resizeAreaFast x2 decimation case
2012-09-04 Vadim Pisarevskyupdated documentation with the new PCA functionality
2012-09-04 KevinOverloaded PCA constructor and ( ) operator to implemen...
2012-09-04 Vadim Pisarevskyfixed bug #2331
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-09-04 yaofix bug of ocl::canny
2012-09-03 Vadim Pisarevskyadded SSE2-optimized boxfilter by Grigoriy Frolov
2012-09-03 Vadim Pisarevskyadded openfabmap code, contributed by Arren Glover...
2012-09-03 Andrey KamaevMerge pull request #28: add openexr to 3rdparty libs
2012-09-03 nikoadd channel 3 for test/main.cpp
2012-09-03 yaoA little fix to ocl accuracy tests, make them more...
2012-09-03 yaoupdate some of the functions in ocl module to the lates...
2012-09-02 Andrey KamaevFix openexr build on MinGW
2012-09-02 Andrey KamaevFix openexr build with MSVC
2012-09-02 Andrey KamaevAdded OpenEXR library v1.7.1
2012-08-31 Vsevolod GlumovCleaned 'old_basic_structures' of undocumented parameters.
2012-08-31 Alexandre Benoitupdated Retina module code for more flexible parallelis...
2012-08-31 Alexandre Benoitupdated code for more flexible parallelisation : TBB...
2012-08-31 Vadim Pisarevskyfixed build warnings on Windows
2012-08-31 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-08-31 Yury ZemlyanskiySmall fixes for SimpleFlow algorithm
2012-08-31 Yury ZemlyanskiyUpdates for SimpleFlow algorithm
2012-08-31 Yury Zemlyanskiy"SimpleFlow" optical flow estimation algorithm (GSoC...
2012-08-31 Vadim Pisarevskyprobably fixed compile error on MacOSX 10.6
2012-08-31 Yury ZemlyanskiySmall fixes for SimpleFlow algorithm
2012-08-31 Alexandre BenoitMerge branch 'master' of git://code.opencv.org/opencv
2012-08-31 Alexandre Benoitupdated retina documentation
2012-08-31 nikouse mutex provided by opencv itself
2012-08-30 Andrey KamaevMerge pull request #27 from sergiud/master
2012-08-30 Alexandre BenoitMerge branch 'master' of git://code.opencv.org/opencv
2012-08-30 Alexandre Benoitadded retina module documentation
2012-08-30 Vadim Pisarevskyfixed building BRISK on Windows
2012-08-30 Sergiu Dotencowin32: always link to vfw32
2012-08-30 Vincent Rabaudadd a scale invariance test for the detector
2012-08-30 Vincent Rabaudrevert orientation computation in jeypoint detection...
2012-08-30 Vincent Rabaudadd const correctness, replace __inline__ and remote...
2012-08-30 Vincent Rabaudadd rotation tests for the descriptors
2012-08-30 Vincent Rabaudadd more test to BRISK
2012-08-30 Vincent Rabaudinitial addition of BRISK with some tests
2012-08-30 Vincent Rabaudsplit FAST in order to reuse it in BRISK
2012-08-30 Vadim Pisarevskyadded a few missing images for tutorials; integrated...
2012-08-30 Andrey KamaevFix build warning introduced in commit:424bc609b6f352a2...
2012-08-30 nikoperformance fix of convertC3C4
2012-08-30 Vladislav Vinogradovfixed build without CUDA
2012-08-30 Vladislav Vinogradovfixed bug in buildPointList
2012-08-29 Anatoly Baksheevminor
2012-08-29 noobMerge branch 'master' of git://code.opencv.org/opencv
2012-08-29 noobRetina module is now parallelized thanks to the TBB...
2012-08-29 Anatoly Baksheevadded GPU bilateral filter + tests
2012-08-29 Anatoly Baksheevrenamed device::bilaterl_filter kernel to device::disp_...
2012-08-29 Andrey KamaevFix run.py version control detection when used outide...
2012-08-29 Andrey KamaevMerge pull request #25 from sergiud/master
2012-08-29 Vladislav Vinogradovfixed gpu PyrLKSparse perf test
2012-08-28 Sergiu Dotencoeliminated type conversion warnings
2012-08-28 Vsevolod GlumovImproved javadoc comments. Minor formatting fix.
2012-08-28 Vadim Pisarevskyfixed many warnings (modified pull request 13)
2012-08-28 Corentin WallezFix fixed-point arithmetics in FREAK::meanIntensity
2012-08-28 Vsevolod GlumovImproved javadoc comments.
2012-08-28 Vincent Rabaudadd conversion from/to Matx
2012-08-28 Andrey KamaevAndroid camera: fix logging macro part 2
2012-08-28 Vsevolod GlumovImproved javadoc comments. Draft.
2012-08-28 marina.kolpakovaadded test for caltech images
2012-08-28 Vadim Pisarevskyapplied patches from #2311
2012-08-28 Vadim Pisarevskyfixed #2297, #2300; fixed several warnings
2012-08-28 Andrey KamaevAndroid camera: fix logging macro
2012-08-28 Yury ZemlyanskiyUpdates for SimpleFlow algorithm
2012-08-28 Yury Zemlyanskiy"SimpleFlow" optical flow estimation algorithm (GSoC...
2012-08-27 Andrey KamaevFix Android build for mips platform
next