moved GpuMat and DevMem2D to core module, some code refactoring
[profile/ivi/opencv.git] / samples /
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-11-08 Vadim Pisarevskynew sample for the complex detector+descriptor+matcher...
2011-11-03 Ana HuamanErasing two images from cpp/tutorial folder
2011-11-03 Ana HuamanAdded one sample in tutorial_code to use Stereo Block...
2011-10-31 Vladislav Vinogradovfixed gpu samples build
2011-10-31 Vladislav Vinogradovprepared GpuMat for moving to core module
2011-10-30 Alexander Shishkovfixed compilation problems after rev. 6925
2011-10-24 Alexey SpizhevoyFixed median focal length estimation in the stitching...
2011-10-24 Alexey SpizhevoyUpdated CLI for GPU samples
2011-10-21 Alexandre Benoitcorrected xml parameters file management in the retina...
2011-10-21 Alexandre Benoitcorrected wrong parameter sent to retina module for...
2011-10-21 Andrey KamaevFixed Android build with SDK revision 14
2011-10-19 Vladislav Vinogradovimplemented gpu::gemm via CUBLAS
2011-10-19 Andrey KamaevAdded ORB features finder into stitching module
2011-10-17 Vladislav Vinogradovadded wrappers for BroxOpticalFlow and interpolateFrames
2011-10-12 Vladislav Vinogradovnew optimized implementation of BruteForceMatcher_GPU...
2011-10-11 Vadim Pisarevskyunified norm computing; added generalized Hamming distance
2011-10-06 Maria Dimashovafixed compilation under MSVC
2011-10-06 Maria Dimashovaadded sample on color generation and updated sample...
2011-10-05 Maria Dimashovaadded overlapThreshold param to sample
2011-10-04 Maria Dimashovauncommented the samples parts compiled under MSVC
2011-10-03 Maria Dimashovaadded sample for c++ version of latent svm
2011-10-03 Alexey SpizhevoyUpdated optimal block size estimation for the convolve...
2011-10-03 Vadim Pisarevskyfixed multiple warnings on Windows. fixed bug #1368
2011-10-03 Anatoly Baksheevoptflow_gpu compilation under ubuntu
2011-10-03 Anatoly Baksheevoptical flow sample compilation under ubuntu
2011-10-03 Alexey SpizhevoyRefactored warpers in the stitching module, added build...
2011-09-30 Anatoly Baksheevcompilation under ubuntu
2011-09-30 Andrey KamaevFixed Linux build
2011-09-29 Anton Obukhov[+] Added Brox optical flow (implementation courtesy...
2011-09-28 Vladislav Vinogradovoptimized gpu filters, added buffered version for diffe...
2011-09-26 Alexey SpizhevoyMinor fix in stitching_detailed
2011-09-26 Vladislav Vinogradovadded performance tests for gpu::reduce
2011-09-26 Alexey SpizhevoyAdded support of GPU in stitching seam estimators
2011-09-24 Alexey SpizhevoyAdded support of vertical straightening into stitching
2011-09-22 Alexander Mordvintsevframe size specification for video sources in video.py
2011-09-22 Alexey SpizhevoyAdded BA refinement flags into stitching_detailed
2011-09-21 Alexey SpizhevoyAdded selction of BA cost function in stitching samples...
2011-09-21 Alexey SpizhevoyRefactored motion estimators in stitching module
2011-09-21 Alexey SpizhevoyAdded translation parameter into stitching module warpe...
2011-09-20 Alexander Mordvintsevfix in RectSelector
2011-09-19 Alexey SpizhevoyChanged one CLI message in stitching_detailed.
2011-09-19 Alexander MordvintsevRectSelector in common.py
2011-09-19 Alexey SpizhevoyFixed warper selection bug in stitching_detailed. Remov...
2011-09-16 Alexey SpizhevoyUpdated bundle adjustment in stitching module: 1) it...
2011-09-15 Alexander Mordvintsevwrapped FlannBasedMatcher (and extended DescriptorMatch...
2011-09-12 Vladislav Vinogradovimplemented gpu::resize for all types
2011-09-07 P. Karasevtouch stitching app, test/verify svn access
2011-09-07 Alexey Spizhevoyrefactored features finders in stitching module
2011-09-07 Alexey Spizhevoyminor refactoring of stitching
2011-09-07 Alexey Spizhevoyadded first version of public stitching API, added...
2011-09-07 Alexander Mordvintsevhandling Ptr<> arguments and return values in Python...
2011-09-07 Andrey KamaevGpu functionality in stitching module is excluded from...
2011-09-07 Alexey Spizhevoyput all old stitching API into detail namespace
2011-09-06 Vladislav Vinogradovfixed bug in gpu::remap under win32
2011-09-06 Vladislav Vinogradovadded bicubic interpolation to gpu::remap
2011-09-05 Alexey Spizhevoyturned opencv_stitching application to module and sample
2011-09-05 Vadim Pisarevskyadded phaseCorrelate function by Will Lucas.
2011-09-04 Alexandre BenoitUpdated retina access methods and OpenEXR image tone...
2011-09-02 Alexander Mordvintsevopt_flow.py sample fixed
2011-09-01 Alexander Mordvintsevobj_detect.py sample removed
2011-08-31 Alexander Mordvintsevlk_homography.py sample added
2011-08-31 Vladislav Vinogradovimplemented gpu::remap for all types
2011-08-30 Alexander Mordvintsevlk_track.py description
2011-08-29 Vladislav Vinogradovrefactored gpu::BruteForceMatcher (moved some utility...
2011-08-27 Alexander Mordvintsevmser.py sample added
2011-08-27 Alexander Mordvintsevcamshift.py description
2011-08-26 Vadim Pisarevskyremoved irrelevant pyc file
2011-08-26 Vadim Pisarevskyadded hybrid (feature-based & meanshift-based) tracker...
2011-08-24 Vladislav Vinogradovoptimized gpu pyrDown and pyrUp
2011-08-22 Alexandre Benoitenhanced input image format support
2011-08-22 Alexander Mordvintsevall video processing samples use camera as default...
2011-08-22 Bernat GaborAdded the "Camera calibration With OpenCV" tutorial...
2011-08-22 Vadim Pisarevskyreplaced non-available in MacOSX' numpy deg2rad in...
2011-08-22 Vadim Pisarevskyfixed 2 bugs in python samples (crash in camshift and...
2011-08-21 Alexander Mordvintsevrunning demos with enter key
2011-08-21 Alexandre Benoitupdated default parameters, more contrast by default
2011-08-21 Alexander Mordvintsevwork on demo.py: sample running
2011-08-21 Alexander Mordvintsevdemo description url parsing
2011-08-20 Alexander Mordvintsevwork on demo.py shell
2011-08-20 Alexandre Benoitupdated GUI photoreceptors sensitivity paramaer management
2011-08-17 Vladislav Vinogradovadded TransformFunctorTraits, optimized some functions...
2011-08-17 Alexander Mordvintsevadded flann matching to find_obj.py
2011-08-15 Alexandre Benoitenhanced basic error management when input image could...
2011-08-15 Alexandre Benoitadded openexr sample file
2011-08-15 Vladislav Vinogradovimplement optimized version of gpu::BruteForceMatcher...
2011-08-15 Alexander Mordvintsevcamshift.py sample
2011-08-14 Ana HuamanModified sample for object detection with LBP in tutori...
2011-08-14 Ana HuamanAdded sample for object detection with LBP in tutorial_code
2011-08-14 Bernat GaborAdded to the tutorials the "Support Vector Machines...
2011-08-14 Ana HuamanSample code simplified for object Detection
2011-08-14 Bernat GaborAdded the "Similarity check (PNSR and SSIM) on the...
2011-08-14 Alexandre Benoitnicer default parameters set
2011-08-14 Alexander Mordvintsevadded CV_OUT to CvANN_MLP::predict
2011-08-14 Alexander Mordvintsevwork on MLP sample in letter_recog.py (in progress...)
2011-08-13 Alexandre Benoitadded more explicit titles on figures and cleaned std...
2011-08-13 Alexandre Benoitadded comments/contacts link
2011-08-13 Alexandre Benoitadded comments/contacts link
2011-08-13 Alexandre Benoitadding openexr images tone mapping demo
2011-08-13 Bernat GaborAdded the How to create videos with OpenCV Tutorial...
next