profile/ivi/opencv.git
2013-06-17 Hilton BristowBetter conformity to find_package requirements
2013-06-17 Hilton BristowAdded Windows functionality to FindMatlab. Untested
2013-06-17 Hilton BristowAdded matlab generator stub
2013-06-17 Hilton BristowAdded basic ability to find Matlab installations. Added...
2013-06-17 Hilton BristowAdded Matlab to the main build
2013-06-17 Hilton BristowInitial matlab commit
2013-06-14 Roman DonchenkoMerge pull request #977 from jet47:gpucodec-refactoring
2013-06-14 Roman DonchenkoMerge pull request #978 from jet47:gpuarithm-refactoring
2013-06-14 Roman DonchenkoMerge pull request #1003 from vhdirk:gstreamerfixes
2013-06-14 Roman DonchenkoMerge pull request #983 from HapeMask:python3-compatibility
2013-06-14 Roman DonchenkoMerge pull request #990 from asmorkalov:pthread_build_fix
2013-06-14 Roman DonchenkoMerge pull request #976 from PeterMinin:num_detections
2013-06-14 Peter MininAdd a new variant of detectMultiScale with output argum...
2013-06-14 Gabe SchwartzUpdated usage of METH_X definitions for python 3.
2013-06-14 Gabe SchwartzUpdated cmake files to use print().
2013-06-14 Gabe SchwartzUpdated cv2.cpp to support Python 3 API.
2013-06-13 Gabe SchwartzUpdated generator and parser to support Python 3.
2013-06-13 Alexander SmorkalovFix compiler error due to missing pthread header (Issue...
2013-06-13 Dirk Van Haerenborghallow for arbitraty number of sources and sinks
2013-06-13 Roman DonchenkoMerge pull request #696 from znah:detect_method
2013-06-12 Dirk Van Haerenborghgstreamer: cleaning up resources
2013-06-11 Roman DonchenkoMerge pull request #966 from berak:master
2013-06-11 Vladislav Vinogradovupdated documentation
2013-06-11 Vladislav Vinogradovrefactored gpu::convolve function:
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in Fourier operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::gemm
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in reductions operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::copyMakeBorder
2013-06-11 Vladislav Vinogradovrefactored gpu::LUT function:
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in transpose/flip operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in split/merge operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in cart<->polar operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::threshold
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::addWeighted
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in min/max operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in shift operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in bitwise logical opera...
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::compare
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in abs, sqr, sqrt, exp...
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::absdiff
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::divide
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::multiply
2013-06-11 Vladislav Vinogradovadded arithm_op function to reduce code duplication
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::subtract
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::add
2013-06-11 Vladislav Vinogradovrefactored VideoReader (convert it to abstract interface)
2013-06-11 Vladislav Vinogradovrefactored VideoWriter class (convert it to abstract...
2013-06-11 Roman DonchenkoMerge pull request #899 from LeszekSwirski:fix-drawingdoc
2013-06-11 Roman DonchenkoMerge pull request #975 from SpecLad:merge-2.4
2013-06-11 Roman DonchenkoMerge pull request #974 from jet47:gpu-core-refactoring
2013-06-10 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-06-10 Vladislav Vinogradovadded missing <iostream> header
2013-06-10 Vladislav Vinogradovfixed documentation build
2013-06-10 Roman DonchenkoMerge pull request #958 from apavlenko:fix_java_mixchannels
2013-06-10 Vadim PisarevskyMerge pull request #856 from ericgreveson:master
2013-06-10 Andrey Pavlenkofixing Java wrapper for mixChannels
2013-06-10 Vladislav Vinogradovrenamed gpu_private.hpp to private.gpu.hpp
2013-06-10 Vladislav Vinogradovused cudaMalloc for 1-row or 1-column matrix instead...
2013-06-10 Vladislav Vinogradovmade createContinuous & ensureSizeIsEnough generic...
2013-06-10 Vladislav Vinogradovadded Event class (wrapper for cudaEvent)
2013-06-10 Vladislav Vinogradovrefactored gpu info structures (TargetArchs and DeviceInfo)
2013-06-10 Vladislav Vinogradovrefactored gpu::Stream (minor fixes)
2013-06-10 Vladislav Vinogradovrefactored CudaMem (now alloc type assign only in const...
2013-06-10 Vladislav Vinogradovnew implementation for GpuMat::setTo (without constant...
2013-06-10 Vladislav Vinogradovrefactored GpuMat:
2013-06-10 Vladislav Vinogradovmoved GpuMat implementation to separate file
2013-06-10 Vladislav Vinogradovmoved inline implementation to separate file
2013-06-10 Vladislav Vinogradovadded Stream support to ogl::Buffer
2013-06-10 Vladislav Vinogradovremoved obsolete DevMem2D class
2013-06-10 Vladislav Vinogradovrenamed gpu headers (made it more consistent)
2013-06-10 Vladislav Vinogradovadded CudaMem support to Input/Output arrays
2013-06-10 Vladislav Vinogradovremoved ogl::Texture2D support from InputArray
2013-06-10 Roman DonchenkoMerge pull request #964 from jet47:cuda-5.5-support
2013-06-07 berakMoments.nu** fields initialized in completeMomentState...
2013-06-07 berakrestored utility.hpp
2013-06-07 berakadded initialization of Moments.nu** params in complete...
2013-06-07 Vladislav Vinogradovfixed BroxOpticalFlow sanity test (increase epsilon...
2013-06-07 Vladislav Vinogradovfixed BoxFilter sanity test (different rounding results)
2013-06-07 Vladislav Vinogradovfixed BroxOpticalFlow regression test
2013-06-07 Vladislav Vinogradovrewrite core/cuda/vec_math.hpp file
2013-06-07 Vladislav Vinogradovfixed constructors for functional objects (added __host...
2013-06-07 Vladislav Vinogradovfixed NPP error constants usage
2013-06-07 Roman DonchenkoMerge pull request #900 from jet47:restore-gpu-modules
2013-06-07 Vadim PisarevskyMerge pull request #946 from bitwangyaoyao:2.4_samples2
2013-06-07 Vadim PisarevskyMerge pull request #957 from pengx17:2.4_fix_corner_det...
2013-06-07 Vadim PisarevskyMerge pull request #963 from bitwangyaoyao:master_oclMat
2013-06-07 Vladislav Vinogradovfixed compiler warning
2013-06-07 Vladislav VinogradovRevert "Revert "Merge pull request #836 from jet47...
2013-06-07 Roman DonchenkoMerge pull request #949 from SpecLad:merge-2.4
2013-06-07 yaoremove commented lines
2013-06-07 Roman DonchenkoMerge pull request #960 from SpecLad:extra-modules
2013-06-07 Roman DonchenkoMerge pull request #951 from apavlenko:fix_java_test_ra...
2013-06-07 Roman DonchenkoMerge pull request #959 from SpecLad:qt4-build
2013-06-07 yaomerge openCLMallocPitch and openCLMallocPitchEx into...
2013-06-06 Roman DonchenkoMerge pull request #955 from SpecLad:symlink
2013-06-06 Roman DonchenkoFix a missing header path when building with Qt 4.
2013-06-06 Roman DonchenkoMerge pull request #956 from IanVS:COLOR_CODE
2013-06-06 peng xiaoFix a bug of cornerHarris and cornerMinEigenVal.
2013-06-06 IanVSUpdated documentation to new "COLOR_" format for color...
2013-06-05 Roman DonchenkoAdd support for adding custom OpenCV modules.
next