profile/ivi/opencv.git
13 years agowarning level switched to W3 fpr gpu module
Anatoly Baksheev [Fri, 13 Aug 2010 12:53:34 +0000 (12:53 +0000)]
warning level switched to W3 fpr gpu module

13 years ago(no commit message)
Anatoly Baksheev [Fri, 13 Aug 2010 12:51:55 +0000 (12:51 +0000)]

13 years agominor fix
Vladislav Vinogradov [Fri, 13 Aug 2010 11:43:34 +0000 (11:43 +0000)]
minor fix

13 years agoadded minimum disparity threshold parameter to StereoConstantSpaceBP
Vladislav Vinogradov [Fri, 13 Aug 2010 11:17:51 +0000 (11:17 +0000)]
added minimum disparity threshold parameter to StereoConstantSpaceBP

13 years agoadded static to funcs
Maria Dimashova [Fri, 13 Aug 2010 08:37:52 +0000 (08:37 +0000)]
added static to funcs

13 years agogpu::StereoConstantSpaceBP:
Vladislav Vinogradov [Fri, 13 Aug 2010 08:30:06 +0000 (08:30 +0000)]
gpu::StereoConstantSpaceBP:
  fixed some bugs in init_data_cost on first level (added non-reduction version for first level)
  optimized compute_data_cost like init_data_cost (used reduction scheme)
  avoid temp matrix

13 years agoadded license headers
Andrey Morozov [Thu, 12 Aug 2010 14:09:16 +0000 (14:09 +0000)]
added license headers

13 years agominor fix
Vladislav Vinogradov [Thu, 12 Aug 2010 13:47:53 +0000 (13:47 +0000)]
minor fix

13 years agoadded gpu test : stereobp
Andrey Morozov [Thu, 12 Aug 2010 13:29:49 +0000 (13:29 +0000)]
added gpu test : stereobp

13 years agoadded test for gpu: meanshift
Andrey Morozov [Thu, 12 Aug 2010 12:50:02 +0000 (12:50 +0000)]
added test for gpu: meanshift

13 years agoadded gpu implementation of constant space belief propagation stereo matching.
Vladislav Vinogradov [Thu, 12 Aug 2010 12:15:37 +0000 (12:15 +0000)]
added gpu implementation of constant space belief propagation stereo matching.
some refactoring of StereoBeliefPropagation.

13 years agominor fix
Andrey Morozov [Thu, 12 Aug 2010 10:59:51 +0000 (10:59 +0000)]
minor fix

13 years agominor fix
Andrey Morozov [Thu, 12 Aug 2010 08:06:17 +0000 (08:06 +0000)]
minor fix

13 years agominor fix
Andrey Morozov [Thu, 12 Aug 2010 07:57:53 +0000 (07:57 +0000)]
minor fix

13 years agoadded choise in compute capability
Andrey Morozov [Wed, 11 Aug 2010 15:52:55 +0000 (15:52 +0000)]
added choise in compute capability

13 years agoAdded object recognition documentation
kencoken [Tue, 10 Aug 2010 19:07:30 +0000 (19:07 +0000)]
Added object recognition documentation

13 years agoAdded documentation for VOC dataset interface, bag-of-words and other new object...
kencoken [Tue, 10 Aug 2010 19:01:18 +0000 (19:01 +0000)]
Added documentation for VOC dataset interface, bag-of-words and other new object recognition tools (GSoC 2010)

13 years agomeanShiftFilteringGPU: performance and bug with type conversions
Anatoly Baksheev [Tue, 10 Aug 2010 12:18:47 +0000 (12:18 +0000)]
meanShiftFilteringGPU: performance and bug with type conversions

13 years agogramma ;)
Anatoly Baksheev [Tue, 10 Aug 2010 10:54:52 +0000 (10:54 +0000)]
gramma ;)

13 years agocv::gpu::CudaStream -> cv::gpu::Stream
Anatoly Baksheev [Tue, 10 Aug 2010 09:44:50 +0000 (09:44 +0000)]
cv::gpu::CudaStream -> cv::gpu::Stream
some refactoring
added gpu module to compilation

13 years agoadded todo for descriptors evaluation
Maria Dimashova [Mon, 9 Aug 2010 16:33:44 +0000 (16:33 +0000)]
added todo for descriptors evaluation

13 years agofixed SVM
Maria Dimashova [Mon, 9 Aug 2010 15:43:06 +0000 (15:43 +0000)]
fixed SVM

13 years agofixed texture binding and warning on linux
Maria Dimashova [Mon, 9 Aug 2010 11:12:58 +0000 (11:12 +0000)]
fixed texture binding and warning on linux

13 years agoanother stdint.h -> msc_stdint.h fix
Vadim Pisarevsky [Fri, 6 Aug 2010 23:46:11 +0000 (23:46 +0000)]
another stdint.h -> msc_stdint.h fix

13 years agomeanShiftFiltering added (by masha)
Anatoly Baksheev [Fri, 6 Aug 2010 17:02:06 +0000 (17:02 +0000)]
meanShiftFiltering added (by masha)
get free memory function

13 years agostdint.h -> msc_stdint.h
Vadim Pisarevsky [Fri, 6 Aug 2010 11:07:03 +0000 (11:07 +0000)]
stdint.h  -> msc_stdint.h

13 years agoadded initWideAngleProjMap() function
Vadim Pisarevsky [Fri, 6 Aug 2010 10:20:49 +0000 (10:20 +0000)]
added initWideAngleProjMap() function

13 years agoupdated ffmpeg to 0.6.0
Vadim Pisarevsky [Thu, 5 Aug 2010 17:24:41 +0000 (17:24 +0000)]
updated ffmpeg to 0.6.0

13 years agoadded detector and descriptor evaluation to sample descriptor_extractor_matcher
Maria Dimashova [Thu, 5 Aug 2010 13:34:53 +0000 (13:34 +0000)]
added detector and descriptor evaluation to sample descriptor_extractor_matcher

13 years agofixed linker errors on Win and some warnings
Maria Dimashova [Thu, 5 Aug 2010 13:29:43 +0000 (13:29 +0000)]
fixed linker errors on Win and some warnings

13 years agoreplaced detector/descriptor evaluation functions from test to features2d; modified...
Maria Dimashova [Thu, 5 Aug 2010 12:19:26 +0000 (12:19 +0000)]
replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation

13 years agoFixed bugs in BruteForceMatcher and its specialization
Ilya Lysenkov [Wed, 4 Aug 2010 08:26:30 +0000 (08:26 +0000)]
Fixed bugs in BruteForceMatcher and its specialization

13 years agoadded GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw...
Maria Dimashova [Tue, 3 Aug 2010 16:28:52 +0000 (16:28 +0000)]
added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches

13 years agorepaired aspect ratio option; fixed comments
Vadim Pisarevsky [Tue, 3 Aug 2010 11:28:39 +0000 (11:28 +0000)]
repaired aspect ratio option; fixed comments

13 years agoQt: disable KEEP_RATIO with OpenGL to avoid a blinking bug
Yannick Verdie [Mon, 2 Aug 2010 17:10:43 +0000 (17:10 +0000)]
Qt: disable KEEP_RATIO with OpenGL to avoid a blinking bug
Qt: Now OpenGL rendering is ok

13 years agoQt doc updated
Yannick Verdie [Mon, 2 Aug 2010 14:50:25 +0000 (14:50 +0000)]
Qt doc updated

13 years agoadded support of 3 channels images to StereoBeliefPropagation_GPU
Vladislav Vinogradov [Mon, 2 Aug 2010 14:26:07 +0000 (14:26 +0000)]
added support of 3 channels images to StereoBeliefPropagation_GPU

13 years agominor fix
Andrey Morozov [Mon, 2 Aug 2010 13:56:04 +0000 (13:56 +0000)]
minor fix

13 years agooptimized gpumat::setTo(), get rid of division operation
Andrey Morozov [Mon, 2 Aug 2010 13:10:21 +0000 (13:10 +0000)]
optimized gpumat::setTo(), get rid of division operation

13 years agofixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros ...
Vadim Pisarevsky [Mon, 2 Aug 2010 12:55:20 +0000 (12:55 +0000)]
fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros (thanks to miguelinux for the patch)

13 years agoadded optimized belief propagation implementation (used short for messages)
Vladislav Vinogradov [Mon, 2 Aug 2010 11:10:29 +0000 (11:10 +0000)]
added optimized belief propagation implementation (used short for messages)

13 years agoQt imgRegion bug fixed
Yannick Verdie [Mon, 2 Aug 2010 10:58:25 +0000 (10:58 +0000)]
Qt imgRegion bug fixed
Qt compilation pb with OpenGL flags fixed

13 years ago#509, patch for GetTrackbarPos
James Bowman [Sun, 1 Aug 2010 16:18:59 +0000 (16:18 +0000)]
#509, patch for GetTrackbarPos

13 years ago(no commit message)
Yannick Verdie [Sat, 31 Jul 2010 19:22:33 +0000 (19:22 +0000)]

13 years agoFixed bugs on Qt
Yannick Verdie [Sat, 31 Jul 2010 18:04:28 +0000 (18:04 +0000)]
Fixed bugs on Qt

13 years agoCommented out rand test due to failure on win32
Victor Erukhimov [Sat, 31 Jul 2010 11:56:43 +0000 (11:56 +0000)]
Commented out rand test due to failure on win32

13 years agoCommenting out aertrees test due to a failure on windows 32
Victor Erukhimov [Sat, 31 Jul 2010 10:28:17 +0000 (10:28 +0000)]
Commenting out aertrees test due to a failure on windows 32

13 years agofixed compile error on VS2008
Maria Dimashova [Fri, 30 Jul 2010 14:36:04 +0000 (14:36 +0000)]
fixed compile error on VS2008

13 years agoreplaced KeyPoint::overlap implementation by faster version (thanks to Suat Gedikli)
Maria Dimashova [Fri, 30 Jul 2010 14:21:55 +0000 (14:21 +0000)]
replaced KeyPoint::overlap implementation by faster version (thanks to Suat Gedikli)

13 years agofixed Qt bug
Yannick Verdie [Fri, 30 Jul 2010 14:13:20 +0000 (14:13 +0000)]
fixed Qt bug

13 years agoexclude failed test (ds-graphscan)
Alexander Shishkov [Fri, 30 Jul 2010 14:04:21 +0000 (14:04 +0000)]
exclude failed test (ds-graphscan)

13 years agorenamed test
Maria Dimashova [Fri, 30 Jul 2010 12:49:42 +0000 (12:49 +0000)]
renamed test

13 years agofixed acalonder test for Win
Maria Dimashova [Fri, 30 Jul 2010 12:42:08 +0000 (12:42 +0000)]
fixed acalonder test for Win

13 years agomade MatConstIterator STL compliant
Vadim Pisarevsky [Thu, 29 Jul 2010 13:52:22 +0000 (13:52 +0000)]
made MatConstIterator STL compliant

13 years agofixed LineIterator constructor in order to make LineIterator::pos() work properly...
Vadim Pisarevsky [Thu, 29 Jul 2010 13:26:01 +0000 (13:26 +0000)]
fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408)

13 years agofixed roi handling in HOGDescriptor::computeGradient (ticket #295).
Vadim Pisarevsky [Thu, 29 Jul 2010 13:06:34 +0000 (13:06 +0000)]
fixed roi handling in HOGDescriptor::computeGradient (ticket #295).

13 years agotemporarily disable 16-bit input in cap_dc1394_v2.cpp (ticket #296). thanks to sebast...
Vadim Pisarevsky [Thu, 29 Jul 2010 12:44:23 +0000 (12:44 +0000)]
temporarily disable 16-bit input in cap_dc1394_v2.cpp (ticket #296). thanks to sebastians for the patch!

13 years agomodified sample find_obj_calonder
Maria Dimashova [Thu, 29 Jul 2010 11:14:54 +0000 (11:14 +0000)]
modified sample find_obj_calonder

13 years agoavoid crash in cvCalcEMD() when one of the histograms has only one non-zero element...
Vadim Pisarevsky [Thu, 29 Jul 2010 11:00:52 +0000 (11:00 +0000)]
avoid crash in cvCalcEMD() when one of the histograms has only one non-zero element (ticket #396). Thanks to nburrus for the patch

13 years agoinserted missing std:: (ticket #333). Thanks to trisk for the patch!
Vadim Pisarevsky [Thu, 29 Jul 2010 10:55:09 +0000 (10:55 +0000)]
inserted missing std:: (ticket #333). Thanks to trisk for the patch!

13 years agominor fix
Andrey Morozov [Thu, 29 Jul 2010 10:28:10 +0000 (10:28 +0000)]
minor fix

13 years agospeckle filtering added
Anatoly Baksheev [Thu, 29 Jul 2010 08:50:19 +0000 (08:50 +0000)]
speckle filtering added

13 years agochanged StereoBeliefPropagation_GPU output disparity default type to CV_32S
Vladislav Vinogradov [Thu, 29 Jul 2010 08:47:06 +0000 (08:47 +0000)]
changed StereoBeliefPropagation_GPU output disparity default type to CV_32S

13 years agofixed compile error when HAVE_EIGEN2 (#500)
Maria Dimashova [Thu, 29 Jul 2010 08:24:51 +0000 (08:24 +0000)]
fixed compile error when HAVE_EIGEN2 (#500)

13 years agoimplemented asynchronous call for StereoBeliefPropagation_GPU
Vladislav Vinogradov [Thu, 29 Jul 2010 07:20:35 +0000 (07:20 +0000)]
implemented asynchronous call for StereoBeliefPropagation_GPU

13 years agoadded conversion operators Mat->vector<T>, Mat->Vec<T,n>, Mat->Matx<T,m,n>
Vadim Pisarevsky [Thu, 29 Jul 2010 06:51:19 +0000 (06:51 +0000)]
added conversion operators Mat->vector<T>, Mat->Vec<T,n>, Mat->Matx<T,m,n>

13 years agoworking on OpenGL for Windows
Yannick Verdie [Wed, 28 Jul 2010 21:55:55 +0000 (21:55 +0000)]
working on OpenGL for Windows

13 years agoQt:
Yannick Verdie [Wed, 28 Jul 2010 20:59:41 +0000 (20:59 +0000)]
Qt:
Fixed bug with exclusive buttons
Fixed memory leaks

13 years agoadded c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation
Maria Dimashova [Wed, 28 Jul 2010 16:41:12 +0000 (16:41 +0000)]
added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation

13 years agoexclude failed tests (color-lab, color-luv)
Alexander Shishkov [Wed, 28 Jul 2010 16:30:48 +0000 (16:30 +0000)]
exclude failed tests (color-lab, color-luv)

13 years agoadded gpu belief propagation stereo matching
Vladislav Vinogradov [Wed, 28 Jul 2010 14:46:44 +0000 (14:46 +0000)]
added gpu belief propagation stereo matching

13 years agominor fixes
Anatoly Baksheev [Wed, 28 Jul 2010 13:38:37 +0000 (13:38 +0000)]
minor fixes

13 years agoupdated threshold in test
Maria Dimashova [Wed, 28 Jul 2010 12:19:41 +0000 (12:19 +0000)]
updated threshold in test

13 years agofixed compile errors on VS 2008
Maria Dimashova [Wed, 28 Jul 2010 12:14:21 +0000 (12:14 +0000)]
fixed compile errors on VS 2008

13 years agoadded method to compute overlap for KeyPoint pair
Maria Dimashova [Wed, 28 Jul 2010 10:47:48 +0000 (10:47 +0000)]
added method to compute overlap for KeyPoint pair

13 years agominor changes of test
Maria Dimashova [Wed, 28 Jul 2010 10:45:52 +0000 (10:45 +0000)]
minor changes of test

13 years agoexcluded calonder test if CV_SSE2==0
Maria Dimashova [Wed, 28 Jul 2010 08:42:41 +0000 (08:42 +0000)]
excluded calonder test if CV_SSE2==0

13 years agofixed incorrect assert in RGB2Lab_b constructor
Vadim Pisarevsky [Wed, 28 Jul 2010 07:59:25 +0000 (07:59 +0000)]
fixed incorrect assert in RGB2Lab_b constructor

13 years agorelaxed error threshold in color-luv test
Vadim Pisarevsky [Wed, 28 Jul 2010 07:36:45 +0000 (07:36 +0000)]
relaxed error threshold in color-luv test

13 years agofixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer...
Vadim Pisarevsky [Tue, 27 Jul 2010 17:41:32 +0000 (17:41 +0000)]
fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation

13 years agoQt - debugging Linux and Windows
Yannick Verdie [Tue, 27 Jul 2010 17:29:22 +0000 (17:29 +0000)]
Qt - debugging Linux and Windows

13 years agoincreased err threshold in matrix-transform test (ticket #476)
Vadim Pisarevsky [Tue, 27 Jul 2010 17:27:40 +0000 (17:27 +0000)]
increased err threshold in matrix-transform test (ticket #476)

13 years agoincreased error threshold in matrix-solve test (ticket #496)
Vadim Pisarevsky [Tue, 27 Jul 2010 17:03:11 +0000 (17:03 +0000)]
increased error threshold in matrix-solve test (ticket #496)

13 years agoincreased error threshold in matrix-invert test (ticket #465)
Vadim Pisarevsky [Tue, 27 Jul 2010 16:51:39 +0000 (16:51 +0000)]
increased error threshold in matrix-invert test (ticket #465)

13 years agoQT statusbar bug fixed for Windows
Yannick Verdie [Tue, 27 Jul 2010 14:17:43 +0000 (14:17 +0000)]
QT statusbar bug fixed for Windows

13 years agorewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB...
Vadim Pisarevsky [Tue, 27 Jul 2010 14:10:14 +0000 (14:10 +0000)]
rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed

13 years agofixed compile errors on VS2008
Maria Dimashova [Tue, 27 Jul 2010 13:28:21 +0000 (13:28 +0000)]
fixed compile errors on VS2008

13 years ago(no commit message)
Yannick Verdie [Tue, 27 Jul 2010 13:19:29 +0000 (13:19 +0000)]

13 years agoQt on Windows -- in progress
Yannick Verdie [Tue, 27 Jul 2010 13:14:56 +0000 (13:14 +0000)]
Qt on Windows -- in progress

13 years agoadded test on CalonderDescriptorExtractor::compute
Maria Dimashova [Tue, 27 Jul 2010 12:38:01 +0000 (12:38 +0000)]
added test on CalonderDescriptorExtractor::compute

13 years agoreplaced Calonder descriptor implementation; added windowedMatchingMask()
Maria Dimashova [Tue, 27 Jul 2010 12:36:48 +0000 (12:36 +0000)]
replaced Calonder descriptor implementation; added windowedMatchingMask()

13 years agocommented find_obj_calonder
Maria Dimashova [Tue, 27 Jul 2010 12:26:52 +0000 (12:26 +0000)]
commented find_obj_calonder

13 years agooptimized gpumat::copyTo()
Andrey Morozov [Tue, 27 Jul 2010 09:25:46 +0000 (09:25 +0000)]
optimized gpumat::copyTo()

13 years agooptimized gpumat::setTo()
Andrey Morozov [Tue, 27 Jul 2010 08:56:48 +0000 (08:56 +0000)]
optimized gpumat::setTo()

13 years agoimplemented asynchronous call for StereoBM()
Andrey Morozov [Tue, 27 Jul 2010 08:29:40 +0000 (08:29 +0000)]
implemented asynchronous call for StereoBM()

13 years agoimplemented saturate_cast on gpu; updated GpuMat::convertTo implementation with satur...
Vladislav Vinogradov [Tue, 27 Jul 2010 07:05:39 +0000 (07:05 +0000)]
implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test

13 years agominor
Anatoly Baksheev [Mon, 26 Jul 2010 15:13:19 +0000 (15:13 +0000)]
minor

13 years agofixed bug with loading to constant memory
Anatoly Baksheev [Mon, 26 Jul 2010 15:08:43 +0000 (15:08 +0000)]
fixed bug with loading to constant memory

13 years agorefactoring and minor code improvements
Anatoly Baksheev [Mon, 26 Jul 2010 15:04:56 +0000 (15:04 +0000)]
refactoring and minor code improvements
added cuda_shared.hpp header was reorganized in order to speed up compilation

13 years agominor fix
Andrey Morozov [Mon, 26 Jul 2010 14:16:33 +0000 (14:16 +0000)]
minor fix