platform/upstream/opencv.git
2013-05-12 Vadim PisarevskyMerge pull request #841 from Pastafarianist:patch-1
2013-05-12 Vadim PisarevskyMerge pull request #845 from githubuser0xFFFF:master
2013-05-12 Vadim PisarevskyMerge pull request #848 from pengx17:master_ocl_platfor...
2013-05-12 Vadim PisarevskyMerge pull request #861 from albenoit:master
2013-05-12 Vadim PisarevskyMerge pull request #867 from Pastafarianist:patch-2
2013-05-08 peng xiaoCL_PLATFORM_VENDOR should be CL_PLATFORM_NAME.
2013-05-07 Vadim PisarevskyMerge pull request #869 from bpmckinnon:master
2013-05-07 Brian McKinnonAdded #include <limits> to files that were missing it.
2013-05-05 PastafarianistFixed typo
2013-05-03 alexandre benoitnicer interface with the use of InputArray and OutptArr...
2013-05-01 alexandre benoitenhancing documentation
2013-05-01 alexandre benoitenhancing documentation
2013-05-01 alexandre benoittrying to solve valarray pointer access problem, enhanc...
2013-04-30 alexandre benoitupdated doc+minor typo/buildbot reports correction
2013-04-30 alexandre benoitupdated sources to correct buildbot warnings
2013-04-30 alexandre benoitupdated/corrected documentation
2013-04-30 alexandre benoitminor error correction
2013-04-30 alexandre benoitupdated doc and interface code to solve compile warning...
2013-04-30 alexandre benoitcorrections required for portability. To be validated...
2013-04-29 alexandre benoitupdated doc
2013-04-29 alexandre benoitresolved conflicts, updated retina class interface...
2013-04-29 alexandre benoitminor chnges for conflict removal
2013-04-27 alexandre benoitupdated comments and new retina interface use
2013-04-27 albenoitMerge pull request #2 from albenoit/retina_devel
2013-04-27 alexandre benoitupdated tutorial with new retina interface use
2013-04-27 albenoitMerge pull request #1 from albenoit/retina_devel_newint...
2013-04-27 alexandre benoitactivated parallelized gradient computation
2013-04-27 alexandre benoitforgot method name update
2013-04-27 alexandre benoitupdated retina interface for cleaner use, following...
2013-04-25 peng xiaoAdd ocl::PlatformName to ocl::Info.
2013-04-24 Uwe KindlerChanged visibility of the virtual functions in OnePassS...
2013-04-21 PastafarianistFixed typo
2013-04-18 Andrey KamaevRevert "Merge pull request #836 from jet47:gpu-modules"
2013-04-18 Andrey PavlenkoMerge pull request #836 from jet47:gpu-modules
2013-04-18 Vladislav Vinogradovfixed samples compilation
2013-04-18 Vladislav Vinogradovdisabled gpucodec module on MacOS
2013-04-18 Vladislav Vinogradovgpulegacy module fixes
2013-04-18 Vladislav Vinogradovremoved const qualifier (it produces warnings)
2013-04-18 Vladislav Vinogradovsoftcascade module fixes
2013-04-18 Vladislav Vinogradovfixed gpu tutorial
2013-04-18 Vladislav Vinogradovvideostab module fixes
2013-04-18 Vladislav Vinogradovstitching module fixes
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
next