profile/ivi/opencv.git
2013-04-18 Vladislav Vinogradovsuperres module fixes
2013-04-18 Vladislav Vinogradovphoto module fixes
2013-04-18 Vladislav Vinogradovnonfree module fixes
2013-04-18 Vladislav Vinogradovgpu module fixes
2013-04-18 Vladislav Vinogradovgpuoptflow module fixes
2013-04-18 Vladislav Vinogradovgpubgsegm module fixes
2013-04-18 Vladislav Vinogradovgpuimgproc module fixes
2013-04-18 Vladislav Vinogradovgpuarithm module fixes
2013-04-18 Vladislav Vinogradovremoved gpu BORDER_* constants
2013-04-18 Vladislav Vinogradovfixed compilation issues
2013-04-18 Vladislav Vinogradovsplit gpuvideo onto gpuoptflow and gpubgsegm
2013-04-18 Vladislav Vinogradovremoved gpuobjdetect module
2013-04-18 Vladislav Vinogradovgpustereo module for stereo correspondence
2013-04-18 Vladislav Vinogradovmoved image labeling to gpu module
2013-04-18 Vladislav Vinogradovmoved gpu nlm to photo module
2013-04-18 Vladislav Vinogradovgpuwarping module for image warping
2013-04-18 Vladislav Vinogradovgpuarithm module fixes
2013-04-18 Vladislav Vinogradovrenamed gpunvidia -> gpulegacy
2013-04-18 Vladislav Vinogradovsimplify CMakeLists.txt for gpu module
2013-04-18 Vladislav Vinogradovremoved unused includes
2013-04-18 Vladislav Vinogradovremoved obsolete source files from gpu module
2013-04-18 Vladislav Vinogradovremoved obsolete headers from gpu module
2013-04-18 Vladislav Vinogradovremoved nv_perf_test (it is a duplicate for perf4au)
2013-04-18 Vladislav Vinogradovgpuobjdetect module for object detection
2013-04-18 Vladislav Vinogradovgpucalib3d module for camera calibration and stereo...
2013-04-18 Vladislav Vinogradovgpuvideo module for video processing
2013-04-18 Vladislav Vinogradovgpufeatures2d module 2d for feature detection and matching
2013-04-18 Vladislav Vinogradovgpuimgproc module for image processing
2013-04-18 Vladislav Vinogradovmoved mulSpectrums, dft and convolve to gpuarithm
2013-04-18 Vladislav Vinogradovmoved integral to gpuarithm module
2013-04-18 Vladislav Vinogradovmoved copyMakeBorder to gpuarithm module
2013-04-18 Vladislav Vinogradovmoved rectStdDev to gpuarithm
2013-04-18 Vladislav Vinogradovmade objdetect dependecy for gpunvidia optional
2013-04-18 Vladislav Vinogradovreplaced NCV_EXPORTS with CV_EXPORTS
2013-04-18 Vladislav Vinogradovadded private header to gpunvidia module
2013-04-18 Vladislav Vinogradovremoved columnSum function (it is a duplicate for reduce)
2013-04-18 Vladislav Vinogradovgpunvidia module for NCV & NPP API
2013-04-18 Vladislav VinogradovCV_GPU_TEST_MAIN macros
2013-04-18 Vladislav Vinogradovgpufilters module for image filtering
2013-04-18 Vladislav Vinogradovgpuarithm module for arithmetics operations on matrices
2013-04-18 Vladislav Vinogradovgpucodec module for video decoding/encoding
2013-04-17 Andrey KamaevMerge pull request #828 from tim36272:patch-1
2013-04-17 Andrey KamaevMerge pull request #831 from jet47:fix-build
2013-04-17 Vladislav Vinogradovfixed compilation errors
2013-04-17 Andrey KamaevMerge branch '2.4'
2013-04-17 tim36272Clarified floodfill documentation
2013-04-17 Andrey KamaevMerge pull request #826 from pengx17:2.4_canny_clampfix
2013-04-17 Andrey KamaevMerge pull request #825 from pengx17:2.4_query_cpu_wavesize
2013-04-17 Andrey KamaevMerge pull request #824 from taka-no-me:reduce_c_api_deps
2013-04-17 Andrey KamaevMerge pull request #822 from taka-no-me:better_cv_enum
2013-04-16 Andrey KamaevMinimize usages of legacy C API inside the library
2013-04-16 peng xiaoAdd clamping for y dimension.
2013-04-16 peng xiaoLet wave_size=1 on CPU.
2013-04-16 Andrey KamaevMerge pull request #821 from taka-no-me:contributing
2013-04-16 Andrey KamaevMerge pull request #809 from taka-no-me:drop_python1
2013-04-15 Andrey KamaevEliminate the need of ::testsing::ValuesIn() for CV_ENUM
2013-04-15 Andrey KamaevAdd contributing page for Github
2013-04-15 Andrey KamaevMerge pull request #814 from taka-no-me:gtest_r652
2013-04-15 Andrey KamaevMerge pull request #812 from bitwangyaoyao:master_uhp
2013-04-15 Andrey KamaevMerge pull request #811 from pengx17:2.4_ocl_bfmatcher_...
2013-04-13 Andrey KamaevFix build issues
2013-04-13 Andrey KamaevMerge pull request #813 from bitwangyaoyao:master_fix
2013-04-13 Andrey KamaevMerge pull request #810 from pengx17:master_fix_ocl_tmflag
2013-04-13 Andrey KamaevUpdate gtest to upstream r652
2013-04-13 yaoFix arithm's substract mismatch caused by incomplete...
2013-04-13 yaouse host data when DEVICE_MEM_UHP is set (the risk...
2013-04-13 Peng XiaoUse a faster way to count 1's (used by Hamming)
2013-04-13 Peng XiaoMerge branch '2.4_ocl_bfmatcher_newtype' of https:...
2013-04-13 Peng XiaoAllow more query/train types for ocl::bfmatcher
2013-04-13 Peng XiaoAllow more input query/train types for ocl::bfmatcher
2013-04-13 Peng XiaoEnable runtime type definition in kernels
2013-04-13 Peng XiaoPass query type T into kernel
2013-04-13 Peng XiaoUntabify
2013-04-13 Peng XiaoAdd HammingDist test case
2013-04-12 Andrey KamaevTurn pyopencv_to and pyopencv_from into templates
2013-04-12 Andrey KamaevRemove documentation for old python wrapper
2013-04-12 Andrey KamaevDrop old python samples and tests
2013-04-12 Andrey KamaevDrop old python interface
2013-04-12 Andrey KamaevMove legacy part of opencv_contrib to separate header
2013-04-12 Andrey KamaevMerge branch '2.4'
2013-04-12 Andrey KamaevMerge pull request #803 from taka-no-me:split_c_cpp3
2013-04-12 Andrey KamaevMerge pull request #802 from SpecLad:shebang
2013-04-12 Andrey KamaevMerge pull request #808 from bitwangyaoyao:2.4_mac
2013-04-12 Andrey KamaevMerge pull request #804 from gpsinghsandhu:staticCast
2013-04-12 Andrey KamaevMerge pull request #801 from kirill-kornyakov:lkdemo-fix
2013-04-12 Andrey KamaevRemove C API from OpenCL module
2013-04-12 Andrey KamaevAdd missed constants for reduce operation
2013-04-12 Andrey KamaevRemove ifdef __cplusplus from nonfree headers
2013-04-12 Andrey KamaevMove C API of opencv_objdetect to separate file
2013-04-12 Vadim PisarevskyMerge pull request #807 from pengx17:2.4_ocl_bfm_opt
2013-04-12 Vadim PisarevskyMerge pull request #806 from bitwangyaoyao:2.4_fix
2013-04-12 Vadim PisarevskyMerge pull request #805 from pengx17:master_canny_fix
2013-04-12 Vadim PisarevskyMerge pull request #798 from pengx17:master_ocl_mleak
2013-04-12 Vadim PisarevskyMerge pull request #781 from bitwangyaoyao:2.4_fixerr
2013-04-12 yaofix the compile errors on Mac
2013-04-12 peng xiaoCapitalize macro namings.
2013-04-12 peng xiaoRename test case category and code clean up.
2013-04-12 peng xiaoFix build error on linux.
2013-04-12 peng xiaoFurther optimize bfmatcher by passing macros.
2013-04-12 peng xiaoOptimize bfmatcher by passing macros.
next