Vadim Pisarevsky [Tue, 31 Aug 2010 12:39:00 +0000 (12:39 +0000)]
fixed 2 bugs in the recently modified Lapack functions
Anatoly Baksheev [Tue, 31 Aug 2010 08:42:36 +0000 (08:42 +0000)]
minor compilation fix
Maria Dimashova [Tue, 31 Aug 2010 07:23:03 +0000 (07:23 +0000)]
fixed compile error when HAVE_CUDA is not defined
Vadim Pisarevsky [Mon, 30 Aug 2010 18:05:05 +0000 (18:05 +0000)]
fixed Mat(const Matx&) constructor; added SVD(Matx)
Vadim Pisarevsky [Mon, 30 Aug 2010 16:37:22 +0000 (16:37 +0000)]
optimized lapack' SVD for noticeably better performance on small matrices
Andrey Morozov [Mon, 30 Aug 2010 15:26:24 +0000 (15:26 +0000)]
fixed cvtColorGPU on linux
Anatoly Baksheev [Mon, 30 Aug 2010 14:17:53 +0000 (14:17 +0000)]
fixed bugs in STEREOBM (added syncs and volatiles, prevent reading from uninitialized memory)
Vladislav Vinogradov [Mon, 30 Aug 2010 13:41:26 +0000 (13:41 +0000)]
added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
Andrey Morozov [Mon, 30 Aug 2010 13:01:29 +0000 (13:01 +0000)]
minor fix with tests
Andrey Morozov [Mon, 30 Aug 2010 12:30:08 +0000 (12:30 +0000)]
added test stereo_bm and added "volatile" in constantspacebp
Vladislav Vinogradov [Thu, 26 Aug 2010 12:30:41 +0000 (12:30 +0000)]
fixed 3 bytes reading/writing in remap
Vladislav Vinogradov [Thu, 26 Aug 2010 09:19:47 +0000 (09:19 +0000)]
added remap version for 3-channels input images
Andrey Morozov [Wed, 25 Aug 2010 15:00:17 +0000 (15:00 +0000)]
minor fix for windows
Anatoly Baksheev [Wed, 25 Aug 2010 14:39:34 +0000 (14:39 +0000)]
compilation errors under win32
Andrey Morozov [Wed, 25 Aug 2010 12:49:17 +0000 (12:49 +0000)]
added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv
now use opencv with cuda in your application in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES})
Andrey Morozov [Wed, 25 Aug 2010 07:27:17 +0000 (07:27 +0000)]
added methods estimateRecopmmendedParams for StereoBP and StereoCSBP
Vladislav Vinogradov [Wed, 25 Aug 2010 06:30:11 +0000 (06:30 +0000)]
renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU.
Yannick Verdie [Tue, 24 Aug 2010 16:18:32 +0000 (16:18 +0000)]
Qt add byte per line information to fix a bug
Maria Dimashova [Tue, 24 Aug 2010 12:52:29 +0000 (12:52 +0000)]
added match()
Yannick Verdie [Tue, 24 Aug 2010 12:23:37 +0000 (12:23 +0000)]
Qt Ticket #520
Vladislav Vinogradov [Tue, 24 Aug 2010 09:36:25 +0000 (09:36 +0000)]
fixed bug in StereoBeliefPropagation with user allocated disparity
Anatoly Baksheev [Tue, 24 Aug 2010 09:15:45 +0000 (09:15 +0000)]
uploadConstant function for gpu
Vladislav Vinogradov [Mon, 23 Aug 2010 14:19:22 +0000 (14:19 +0000)]
added reprojectImageTo3D_GPU
Andrey Morozov [Sat, 21 Aug 2010 18:30:14 +0000 (18:30 +0000)]
fixed test with small size gpu memory
Yannick Verdie [Fri, 20 Aug 2010 13:06:14 +0000 (13:06 +0000)]
Qt ticket #537
Forgot to update so code after previous fix
Vladislav Vinogradov [Fri, 20 Aug 2010 06:47:11 +0000 (06:47 +0000)]
added colorizeDisp, fixed DisparityBilateralFilter
Yannick Verdie [Thu, 19 Aug 2010 22:59:32 +0000 (22:59 +0000)]
Qt weird bug with QLabel (is it really fixed ?)
Vladislav Vinogradov [Thu, 19 Aug 2010 15:29:56 +0000 (15:29 +0000)]
fixed bug in DisparityBilateralFilter
Yannick Verdie [Thu, 19 Aug 2010 10:36:57 +0000 (10:36 +0000)]
Qt bug with buttons
Vladislav Vinogradov [Thu, 19 Aug 2010 08:44:06 +0000 (08:44 +0000)]
added DisparityBilateralFilter to gpu module
Yannick Verdie [Wed, 18 Aug 2010 18:56:22 +0000 (18:56 +0000)]
Qt bug fixed #534
Anatoly Baksheev [Wed, 18 Aug 2010 17:13:01 +0000 (17:13 +0000)]
fixed warnings
added comments in gpu.hpp
Yannick Verdie [Wed, 18 Aug 2010 15:35:56 +0000 (15:35 +0000)]
Bug in calibration.cpp sample
This was crashing my code:
for( size_t i = 1; i < imagePoints.size(); i++ )
objectPoints.push_back(objectPoints[0]);
Changed by:
objectPoints.resize(imagePoints.size(),objectPoints[0]);
Plus clean up on Qt code
Yannick Verdie [Wed, 18 Aug 2010 14:45:38 +0000 (14:45 +0000)]
Yannick Verdie [Wed, 18 Aug 2010 14:07:02 +0000 (14:07 +0000)]
Qt test (some code disabled for debugging)
Andrey Morozov [Wed, 18 Aug 2010 13:47:10 +0000 (13:47 +0000)]
fixed some warnings
Yannick Verdie [Wed, 18 Aug 2010 11:02:11 +0000 (11:02 +0000)]
Qt Python binding -- #512
Andrey Morozov [Wed, 18 Aug 2010 08:16:42 +0000 (08:16 +0000)]
added parallel build for visual studio
Andrey Morozov [Wed, 18 Aug 2010 07:12:14 +0000 (07:12 +0000)]
added gpu test ConstantSpaceBP
Vladislav Vinogradov [Wed, 18 Aug 2010 06:12:00 +0000 (06:12 +0000)]
fixed get_first_k_initial_global
Yannick Verdie [Tue, 17 Aug 2010 17:22:21 +0000 (17:22 +0000)]
Qt ticket #531
Andrey Morozov [Tue, 17 Aug 2010 15:53:00 +0000 (15:53 +0000)]
added get_first_k_initial_global_init_global_cost in gpu::SCBP
Anatoly Baksheev [Tue, 17 Aug 2010 10:39:18 +0000 (10:39 +0000)]
fixed bugs in page locked memory allocation
avoid extra gpu memory allocation in BP and CSBP
kencoken [Tue, 17 Aug 2010 00:03:41 +0000 (00:03 +0000)]
Fixed object recognition documentation
Yannick Verdie [Mon, 16 Aug 2010 16:49:24 +0000 (16:49 +0000)]
Qt sample code and some fixes
Maria Dimashova [Mon, 16 Aug 2010 15:41:39 +0000 (15:41 +0000)]
excluded cv_object_recognition.tex build (temporarily)
Vladislav Vinogradov [Mon, 16 Aug 2010 14:47:17 +0000 (14:47 +0000)]
added version of StereoBeliefPropagation::operator() for user specified data term
Vladislav Vinogradov [Mon, 16 Aug 2010 09:23:15 +0000 (09:23 +0000)]
fixed problem with parameters in constant space belief propagation with short type of messages
Andrey Morozov [Mon, 16 Aug 2010 09:19:11 +0000 (09:19 +0000)]
rename con.png to cones.png in test gpu
Maria Dimashova [Mon, 16 Aug 2010 09:15:15 +0000 (09:15 +0000)]
minor changes
Andrey Morozov [Mon, 16 Aug 2010 08:49:34 +0000 (08:49 +0000)]
fixed build without cuda
Andrey Morozov [Mon, 16 Aug 2010 08:47:29 +0000 (08:47 +0000)]
fixed build without cuda
Anatoly Baksheev [Mon, 16 Aug 2010 08:47:06 +0000 (08:47 +0000)]
GCC warning: new line at the end of file
Andrey Morozov [Mon, 16 Aug 2010 08:30:23 +0000 (08:30 +0000)]
fixed build without cuda
Yannick Verdie [Sun, 15 Aug 2010 20:43:54 +0000 (20:43 +0000)]
Qt bug fixed with cvWaitKey(0)
Yannick Verdie [Sat, 14 Aug 2010 18:36:53 +0000 (18:36 +0000)]
Qt fixed bug with OpenGL, and save issue reported in #520
Anatoly Baksheev [Fri, 13 Aug 2010 16:50:07 +0000 (16:50 +0000)]
a lot of refactoring
Andrey Morozov [Fri, 13 Aug 2010 14:52:50 +0000 (14:52 +0000)]
added implement MatPL with serocopy and writecombited
Anatoly Baksheev [Fri, 13 Aug 2010 12:53:34 +0000 (12:53 +0000)]
warning level switched to W3 fpr gpu module
Anatoly Baksheev [Fri, 13 Aug 2010 12:51:55 +0000 (12:51 +0000)]
Vladislav Vinogradov [Fri, 13 Aug 2010 11:43:34 +0000 (11:43 +0000)]
minor fix
Vladislav Vinogradov [Fri, 13 Aug 2010 11:17:51 +0000 (11:17 +0000)]
added minimum disparity threshold parameter to StereoConstantSpaceBP
Maria Dimashova [Fri, 13 Aug 2010 08:37:52 +0000 (08:37 +0000)]
added static to funcs
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
Andrey Morozov [Thu, 12 Aug 2010 14:09:16 +0000 (14:09 +0000)]
added license headers
Vladislav Vinogradov [Thu, 12 Aug 2010 13:47:53 +0000 (13:47 +0000)]
minor fix
Andrey Morozov [Thu, 12 Aug 2010 13:29:49 +0000 (13:29 +0000)]
added gpu test : stereobp
Andrey Morozov [Thu, 12 Aug 2010 12:50:02 +0000 (12:50 +0000)]
added test for gpu: meanshift
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.
Andrey Morozov [Thu, 12 Aug 2010 10:59:51 +0000 (10:59 +0000)]
minor fix
Andrey Morozov [Thu, 12 Aug 2010 08:06:17 +0000 (08:06 +0000)]
minor fix
Andrey Morozov [Thu, 12 Aug 2010 07:57:53 +0000 (07:57 +0000)]
minor fix
Andrey Morozov [Wed, 11 Aug 2010 15:52:55 +0000 (15:52 +0000)]
added choise in compute capability
kencoken [Tue, 10 Aug 2010 19:07:30 +0000 (19:07 +0000)]
Added object recognition documentation
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)
Anatoly Baksheev [Tue, 10 Aug 2010 12:18:47 +0000 (12:18 +0000)]
meanShiftFilteringGPU: performance and bug with type conversions
Anatoly Baksheev [Tue, 10 Aug 2010 10:54:52 +0000 (10:54 +0000)]
gramma ;)
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
Maria Dimashova [Mon, 9 Aug 2010 16:33:44 +0000 (16:33 +0000)]
added todo for descriptors evaluation
Maria Dimashova [Mon, 9 Aug 2010 15:43:06 +0000 (15:43 +0000)]
fixed SVM
Maria Dimashova [Mon, 9 Aug 2010 11:12:58 +0000 (11:12 +0000)]
fixed texture binding and warning on linux
Vadim Pisarevsky [Fri, 6 Aug 2010 23:46:11 +0000 (23:46 +0000)]
another stdint.h -> msc_stdint.h fix
Anatoly Baksheev [Fri, 6 Aug 2010 17:02:06 +0000 (17:02 +0000)]
meanShiftFiltering added (by masha)
get free memory function
Vadim Pisarevsky [Fri, 6 Aug 2010 11:07:03 +0000 (11:07 +0000)]
stdint.h -> msc_stdint.h
Vadim Pisarevsky [Fri, 6 Aug 2010 10:20:49 +0000 (10:20 +0000)]
added initWideAngleProjMap() function
Vadim Pisarevsky [Thu, 5 Aug 2010 17:24:41 +0000 (17:24 +0000)]
updated ffmpeg to 0.6.0
Maria Dimashova [Thu, 5 Aug 2010 13:34:53 +0000 (13:34 +0000)]
added detector and descriptor evaluation to sample descriptor_extractor_matcher
Maria Dimashova [Thu, 5 Aug 2010 13:29:43 +0000 (13:29 +0000)]
fixed linker errors on Win and some warnings
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
Ilya Lysenkov [Wed, 4 Aug 2010 08:26:30 +0000 (08:26 +0000)]
Fixed bugs in BruteForceMatcher and its specialization
Maria Dimashova [Tue, 3 Aug 2010 16:28:52 +0000 (16:28 +0000)]
added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches
Vadim Pisarevsky [Tue, 3 Aug 2010 11:28:39 +0000 (11:28 +0000)]
repaired aspect ratio option; fixed comments
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
Yannick Verdie [Mon, 2 Aug 2010 14:50:25 +0000 (14:50 +0000)]
Qt doc updated
Vladislav Vinogradov [Mon, 2 Aug 2010 14:26:07 +0000 (14:26 +0000)]
added support of 3 channels images to StereoBeliefPropagation_GPU
Andrey Morozov [Mon, 2 Aug 2010 13:56:04 +0000 (13:56 +0000)]
minor fix
Andrey Morozov [Mon, 2 Aug 2010 13:10:21 +0000 (13:10 +0000)]
optimized gpumat::setTo(), get rid of division operation
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)
Vladislav Vinogradov [Mon, 2 Aug 2010 11:10:29 +0000 (11:10 +0000)]
added optimized belief propagation implementation (used short for messages)
Yannick Verdie [Mon, 2 Aug 2010 10:58:25 +0000 (10:58 +0000)]
Qt imgRegion bug fixed
Qt compilation pb with OpenGL flags fixed