profile/ivi/opencv.git
2012-08-27 Andrey KamaevPass list of modules to javadoc generator
2012-08-24 Vsevolod GlumovImproved 'Operations on Arrays" section of 'Core' modul...
2012-08-24 Anatoly Baksheevminor
2012-08-24 Anatoly BaksheevFixed bug in BP_GPU
2012-08-24 Andrey KamaevMerge branch 'android_camera'
2012-08-24 Andrey KamaevFix/workaround bogus error in Android samples running...
2012-08-24 Andrey KamaevFix crash on resume in face detection sample
2012-08-24 Andrey KamaevFix formatting in detection based tracker
2012-08-24 Andrey KamaevFix Andoid samples: black screen after resume problem
2012-08-24 Andrey KamaevAndroid camera: commented logs in frame callback
2012-08-24 Andrey KamaevFix buffer allocation in Android camera
2012-08-24 Alexander KapustinLaplacian tegra optimized was added
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-08-23 Andrey KamaevMerge branch 'norm_Matx' of git://github.com/vrabaud...
2012-08-23 Vladislav Vinogradovfixed type for threshold parameter
2012-08-23 Vladislav Vinogradovfixed gpu::integral for Kepler
2012-08-23 Vladislav Vinogradovgpu version of HoughCircles
2012-08-23 Anatoly Baksheevremoved /EHa flag for cuda compilation
2012-08-23 Anatoly Baksheevpossibility to enable /mp compiler flag from cmake
2012-08-23 Vincent Rabaudfix the compile bug
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-23 Vsevolod GlumovImproved the public 'non-optimized' duplicates of ...
2012-08-23 marina.kolpakovaminor warning fix
2012-08-23 Anatoly Baksheevminor fix in FindTBB
2012-08-23 Alexey Spizhevoyadded median-based version of global motion estimation...
2012-08-22 Leonid BeynensonRemoved the header opencv2/photo/denoising.hpp
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-22 Alexander Mordvintesvadded _doc.py -- doc-string ckecking utility
2012-08-22 Vadim Pisarevskymodified facedetect to properly display very oblong...
2012-08-22 Vadim Pisarevskyfixed ios camera timing (patch by Eduard Feicho)
2012-08-22 Vladislav Vinogradovoptimized gpu::integral for Kepler
2012-08-22 Ilya Lavrenovparallel version of remap, resize, warpaffine, warpPers...
2012-08-22 Andrey KamaevFix Windows build issues
2012-08-21 Vadim Pisarevskyfixed build on Ubuntu
2012-08-21 Vadim Pisarevskyadded SSE2-optimized resizeAreaFast for 8-bit images...
2012-08-21 Andrey Kamaev#2170 fix warning of undefined GTEST_HAS_DEATH_TEST
2012-08-21 Andrey KamaevFix Java API build
2012-08-21 Vadim Pisarevskyenabled SSE3 by default; integrated SSE3-optimized...
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-21 Victor PassichenkoAdd CV_Asserts for channels count
2012-08-21 Victor PassichenkoFix building for MS VS C++: remove allocation of arrays...
2012-08-21 Vadim Pisarevskyfixed the channel ordering of rgba images (by Eduard)
2012-08-21 Victor PassichenkoFix wrong memory deallocation
2012-08-21 Vladislav Vinogradovfixed compilation under windows
2012-08-20 Andrey KamaevFixed FAST algorithm initializer
2012-08-20 Andrey KamaevMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 marina.kolpakovadisabled -Wunused-but-set-variable because of multiple...
2012-08-20 Andrey Kamaev#2215 Fix dependencies escaping in generated OpenCVConf...
2012-08-20 Andrey KamaevFixed gcc build warning
2012-08-20 Vadim Pisarevskysome tweaks in optimization flags for opencv2.framework
2012-08-20 Vadim Pisarevskyadded ios camera support in highgui. turned on optimiza...
2012-08-20 Vladislav Vinogradovgpu::HoughLines : minor code improvements
2012-08-20 marina.kolpakovaremoved logging from test
2012-08-20 Vladislav VinogradovMerge branch 'gpu-tests'
2012-08-20 Vladislav Vinogradovminor gpu tests fix
2012-08-20 Vladislav Vinogradovremoved perf_gpu_cpu from CMake scripts
2012-08-20 nikotemp build fix because the new core.hpp impact on this...
2012-08-19 marina.kolpakovamore warning fixes for GCC
2012-08-19 marina.kolpakovaupdated CascadeClassifier_GPU documentation
2012-08-19 marina.kolpakovafixed -Wstrict_alliasing warning for GCC
2012-08-19 marina.kolpakovarefactoring in Emulation
2012-08-19 marina.kolpakovafixed unused warnings
2012-08-19 marina.kolpakovaminor warning fix
2012-08-19 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-19 Alexander Mordvintesvadded texture_flow.py sample
2012-08-19 Andrey KamaevFix build warnings
2012-08-19 Andrey KamaevMerge branch 'sergiud_vs2012rtm_support'
2012-08-19 Sergiu Dotencofixed compilation errors caused by std::tuple
2012-08-19 Sergiu Dotencoadded missing includes
2012-08-19 Victor PassichenkoAdd non-local means denoising algorithm implementatatio...
2012-08-18 Andrey KamaevFix Windows build after commit:41b6d25
2012-08-18 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-18 Alexander Mordvintesvadded deconvolution.py sample and example images
2012-08-17 Andrey KamaevFix formatting in Android tutorials
2012-08-17 Andrey KamaevFix Android build after commit:41b6d25
2012-08-17 Andrey KamaevFixed layout in third Android tutorial
2012-08-17 Andrey KamaevFix documentation build warnings in gpu module reference
2012-08-17 Vladislav Vinogradovmerged gpu_perf_cpu into gpu_perf
2012-08-17 Vadim Pisarevskysmall correction for the previous patch in parallel.cpp
2012-08-17 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-08-17 Vadim Pisarevskyadded cross-platform Mutex implementation; enable platf...
2012-08-17 Andrey KamaevAndroid toolchain: libstdc++ and libsupc are removed...
2012-08-17 Vladislav Vinogradovadded --cpu flag (run tests on CPU)
2012-08-17 Vladislav Vinogradovupdated mark_nvidia.py script
2012-08-17 Vladislav Vinogradovremoved license comments
2012-08-17 Vladislav Vinogradovrenamed perf_main.cpp to main.cpp
2012-08-17 Vladislav Vinogradovupdated gpu performance tests
2012-08-17 nikoperformance & bug fix for resize erode dilate sobel...
2012-08-16 Alexander SmorkalovColorBlobDetection Sample, ImageManpulations Sample...
2012-08-16 bitwangyaoyaobug fix of "squares" sample for ocl module
2012-08-16 Vladislav Vinogradovupdated gpu accuracy tests
2012-08-16 Vladislav Vinogradovupdated mark_nvidia.py script
2012-08-16 yaoadd an "squares" sample for ocl module
2012-08-15 Vladislav VinogradovForbid incorrect patchSize values in gpu::ORB
2012-08-15 Vladislav Vinogradovfixed block size for old CC
2012-08-15 Andrey Kamaev#2229 Fix FREAK build on CentOS
2012-08-15 Andrey Kamaev#2216 Forbid incorrect patchSize values in ORB
2012-08-15 Andrey Kamaev#2225 Rename getConvertData to getConvertElem to match...
2012-08-15 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-15 Vsevolod GlumovReviewed 'android_dev_intro'
next