profile/ivi/opencv.git
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

13 years agofixed compiler error for win32
Anatoly Baksheev [Mon, 26 Jul 2010 14:16:19 +0000 (14:16 +0000)]
fixed compiler error for win32

13 years agoimplemented asynchronous call for GpuMat::upload() and GpuMat::download(). added...
Andrey Morozov [Mon, 26 Jul 2010 13:42:39 +0000 (13:42 +0000)]
implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call.

13 years ago(no commit message)
Yannick Verdie [Mon, 26 Jul 2010 12:28:33 +0000 (12:28 +0000)]

13 years agoimplemented asynchronous call for gpumat::setTo(), gpumat::copyTo(), gpumat::converTo()
Andrey Morozov [Mon, 26 Jul 2010 11:22:16 +0000 (11:22 +0000)]
implemented asynchronous call for gpumat::setTo(), gpumat::copyTo(), gpumat::converTo()

13 years agoexclude failed test (matrix-solve)
Alexander Shishkov [Mon, 26 Jul 2010 11:13:44 +0000 (11:13 +0000)]
exclude failed test (matrix-solve)

13 years agomodified FernClassifier::train(); remove old RTreeClassifier and added new implementa...
Maria Dimashova [Mon, 26 Jul 2010 08:58:46 +0000 (08:58 +0000)]
modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one

13 years agosaturate_cast_gpu.hpp
Anatoly Baksheev [Mon, 26 Jul 2010 08:13:23 +0000 (08:13 +0000)]
saturate_cast_gpu.hpp

13 years agocvarrseq args attempt array conversions first
James Bowman [Fri, 23 Jul 2010 17:55:37 +0000 (17:55 +0000)]
cvarrseq args attempt array conversions first

13 years ago#489, Forbid transposed matrices in fromarray()
James Bowman [Fri, 23 Jul 2010 17:04:06 +0000 (17:04 +0000)]
#489, Forbid transposed matrices in fromarray()

13 years agoQT new functions:
Yannick Verdie [Fri, 23 Jul 2010 15:22:04 +0000 (15:22 +0000)]
QT new functions:
  - cvCreateOpenGLCallback: draw 3D on top of the image

13 years agoimgproc_gpu - minor refactoring
Anatoly Baksheev [Fri, 23 Jul 2010 15:04:16 +0000 (15:04 +0000)]
imgproc_gpu - minor refactoring

13 years agominor fix
Andrey Morozov [Fri, 23 Jul 2010 14:17:16 +0000 (14:17 +0000)]
minor fix

13 years agoticket 490:
Yannick Verdie [Fri, 23 Jul 2010 12:09:13 +0000 (12:09 +0000)]
ticket 490:
bool not defined ? -> changed everything in int

13 years agosmall modifications in tests
Andrey Morozov [Fri, 23 Jul 2010 07:58:03 +0000 (07:58 +0000)]
small modifications in tests

13 years agoAdded implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc...
Vladislav Vinogradov [Fri, 23 Jul 2010 07:06:33 +0000 (07:06 +0000)]
Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies.

13 years agograbCut fist impl and test
James Bowman [Thu, 22 Jul 2010 23:39:42 +0000 (23:39 +0000)]
grabCut fist impl and test

13 years agoQT new functions:
Yannick Verdie [Thu, 22 Jul 2010 21:46:27 +0000 (21:46 +0000)]
QT new functions:
 - add CV_RADIOBOX with exclusive mode

13 years agoQT new functions:
Yannick Verdie [Thu, 22 Jul 2010 20:39:44 +0000 (20:39 +0000)]
QT new functions:
 - cvAddButton changed to match requirement
 - CV_GUI_NORMAL and CV_GUI_EXPANDED done
 - context menu with right click

13 years agominor sample changes
Maria Dimashova [Thu, 22 Jul 2010 16:30:42 +0000 (16:30 +0000)]
minor sample changes

13 years ago-arch=sm_13
Anatoly Baksheev [Thu, 22 Jul 2010 16:06:43 +0000 (16:06 +0000)]
-arch=sm_13

13 years agoVariable winSize for StereoBP_GPU
Anatoly Baksheev [Thu, 22 Jul 2010 15:32:03 +0000 (15:32 +0000)]
Variable winSize for StereoBP_GPU
Fixed StereoBM_GPU kernel crash
Textureness threshold added

13 years agoreduced code convert_to by using templates, merged with copyTo
Vladislav Vinogradov [Thu, 22 Jul 2010 14:50:31 +0000 (14:50 +0000)]
reduced code convert_to by using templates, merged with copyTo

13 years agoadded implementation copyTo() with mask and added test for this method
Andrey Morozov [Thu, 22 Jul 2010 14:39:54 +0000 (14:39 +0000)]
added implementation copyTo() with mask and added test for this method

13 years agomodified kernel setto(), added double type, code has been improved
Andrey Morozov [Thu, 22 Jul 2010 12:42:42 +0000 (12:42 +0000)]
modified kernel setto(), added double type, code has been improved

13 years agoadded implementation GpuMat::convertTo and merged this with matrix_operations.cpp
Vladislav Vinogradov [Thu, 22 Jul 2010 09:31:33 +0000 (09:31 +0000)]
added implementation GpuMat::convertTo and merged this with matrix_operations.cpp

13 years agooptimized gpumat::setTo(), ~ 30 speedup
Andrey Morozov [Thu, 22 Jul 2010 08:59:23 +0000 (08:59 +0000)]
optimized gpumat::setTo(), ~ 30 speedup

13 years agooptimized VNG demosaicing using SSE2 (got ~3x speedup)
Vadim Pisarevsky [Wed, 21 Jul 2010 23:18:51 +0000 (23:18 +0000)]
optimized VNG demosaicing using SSE2 (got ~3x speedup)

14 years agofixed implementation of gpumat::setTo()
Andrey Morozov [Wed, 21 Jul 2010 13:35:41 +0000 (13:35 +0000)]
fixed implementation of gpumat::setTo()

14 years agofixed implementation of gpumat::setTo() and improved gputest
Andrey Morozov [Wed, 21 Jul 2010 10:43:01 +0000 (10:43 +0000)]
fixed implementation of gpumat::setTo() and improved gputest

14 years agoadded numerical values to the new _VNG constants' definitions.
Vadim Pisarevsky [Wed, 21 Jul 2010 08:55:50 +0000 (08:55 +0000)]
added numerical values to the new _VNG constants' definitions.

14 years agoAdded VNG Bayer enums
James Bowman [Tue, 20 Jul 2010 18:31:10 +0000 (18:31 +0000)]
Added VNG Bayer enums

14 years agoadded VNG demosaicing algorithm (ticket #466)
Vadim Pisarevsky [Tue, 20 Jul 2010 15:51:32 +0000 (15:51 +0000)]
added VNG demosaicing algorithm (ticket #466)

14 years agoprefilter_xsobel option added to stereobm_gpu
Anatoly Baksheev [Tue, 20 Jul 2010 13:00:07 +0000 (13:00 +0000)]
prefilter_xsobel option added to stereobm_gpu

14 years agoexclude failed tests
Alexander Shishkov [Tue, 20 Jul 2010 12:27:25 +0000 (12:27 +0000)]
exclude failed tests

14 years agoEHsc- warning fixed
Anatoly Baksheev [Tue, 20 Jul 2010 11:46:04 +0000 (11:46 +0000)]
EHsc- warning fixed

14 years agoQT new functions:
Yannick Verdie [Tue, 20 Jul 2010 09:39:36 +0000 (09:39 +0000)]
QT new functions:
 - cvAddButton done
 - All the "actions" of the toolbar are working
 - Window properties done

14 years agodisabled W4 warnings for GPU module.
Anatoly Baksheev [Mon, 19 Jul 2010 17:35:39 +0000 (17:35 +0000)]
disabled W4 warnings  for GPU module.

14 years agofixed implementation gpumat::setTo()
Andrey Morozov [Mon, 19 Jul 2010 14:36:23 +0000 (14:36 +0000)]
fixed implementation gpumat::setTo()

14 years agoadded the module for testing gpu, by default turned off
Andrey Morozov [Mon, 19 Jul 2010 14:35:19 +0000 (14:35 +0000)]
added the module for testing gpu, by default turned off

14 years agolinux compiletion error
Andrey Morozov [Mon, 19 Jul 2010 10:49:35 +0000 (10:49 +0000)]
linux compiletion error

14 years agocompilation with no cuda re factored
Anatoly Baksheev [Mon, 19 Jul 2010 09:31:12 +0000 (09:31 +0000)]
compilation with no cuda re factored

14 years agoadded implementation SetTo() with mask
Andrey Morozov [Mon, 19 Jul 2010 07:56:27 +0000 (07:56 +0000)]
added implementation SetTo() with mask

14 years agoAdded implementation SetTo() without mask
Andrey Morozov [Sat, 17 Jul 2010 13:50:30 +0000 (13:50 +0000)]
Added implementation SetTo() without mask

14 years agoremoved extra dashes from XMLs to make them standard-compilant (ticket 375)
Vadim Pisarevsky [Sat, 17 Jul 2010 12:14:18 +0000 (12:14 +0000)]
removed extra dashes from XMLs to make them standard-compilant (ticket 375)

14 years agoreplaced unlink() & _unlink() with more standard remove() (ticket #334)
Vadim Pisarevsky [Sat, 17 Jul 2010 11:51:17 +0000 (11:51 +0000)]
replaced unlink() & _unlink() with more standard remove() (ticket #334)

14 years agoAdded files for implementation of operations SetTo()
Andrey Morozov [Sat, 17 Jul 2010 11:17:29 +0000 (11:17 +0000)]
Added files for implementation of operations SetTo()

14 years agofixed some more MSVC2010 warnings
Vadim Pisarevsky [Sat, 17 Jul 2010 10:35:17 +0000 (10:35 +0000)]
fixed some more MSVC2010 warnings

14 years agoexclude failed tests
Alexander Shishkov [Sat, 17 Jul 2010 09:43:30 +0000 (09:43 +0000)]
exclude failed tests

14 years agoraised the error threshold in moments-raster test (ticket #438)
Vadim Pisarevsky [Fri, 16 Jul 2010 22:54:29 +0000 (22:54 +0000)]
raised the error threshold in moments-raster test (ticket #438)

14 years agoraised the error threshold in accum-runavg test (ticket #448)
Vadim Pisarevsky [Fri, 16 Jul 2010 22:50:53 +0000 (22:50 +0000)]
raised the error threshold in accum-runavg test (ticket #448)

14 years agoa few more warnings fixed
Vadim Pisarevsky [Fri, 16 Jul 2010 22:44:48 +0000 (22:44 +0000)]
a few more warnings fixed

14 years agodo not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64...
Vadim Pisarevsky [Fri, 16 Jul 2010 22:38:57 +0000 (22:38 +0000)]
do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV

14 years agofixed reprojection error check in the fundamental matrix test
Vadim Pisarevsky [Fri, 16 Jul 2010 19:14:24 +0000 (19:14 +0000)]
fixed reprojection error check in the fundamental matrix test

14 years agofixed the singular case in the rodrigues test. increased the error threshold in findF...
Vadim Pisarevsky [Fri, 16 Jul 2010 19:03:14 +0000 (19:03 +0000)]
fixed the singular case in the rodrigues test. increased the error threshold in findFundamentalMat test