profile/ivi/opencv.git
2013-06-19 hbristowImproved configure time tests. Added OpenCV specific...
2013-06-18 hbristowImproved exception handling in function template
2013-06-18 hbristowcmake now attempts to generate and compile a simple...
2013-06-18 hbristowImproved template formatting
2013-06-18 hbristowUpdated jinja version
2013-06-17 hbristowPreparing to rebase
2013-06-17 hbristowStripped more unnecessary files out of jinja. Now down...
2013-06-17 Hilton BristowRemoved some debug statements
2013-06-17 Hilton BristowImproved tempalte formatting
2013-06-17 Hilton BristowTemplate population now functional
2013-06-17 Hilton BristowStripped down jinja, added cmake support
2013-06-17 Hilton BristowAdded class templates
2013-06-17 Hilton BristowAdded README
2013-06-17 Hilton BristowUpdated print formatting
2013-06-17 Hilton BristowImproved parse tree, now building within main opencv...
2013-06-17 Hilton BristowAdded jinja framework for templates and base templates...
2013-06-17 Hilton BristowFindMatlab.cmake in cmake find_package format
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
next