3722 Commits (7d4432df27d1ff8f0f09cae90a7d613d5122baf2)

Author SHA1 Message Date
Andrey Morozov 6da2573b77 minor fix 15 years ago
Andrey Morozov 8c77e5faad optimized gpumat::setTo(), get rid of division operation 15 years ago
Vadim Pisarevsky 3510b4c81e fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros (thanks to miguelinux for the patch) 15 years ago
Vladislav Vinogradov 788ac96f8b added optimized belief propagation implementation (used short for messages) 15 years ago
Yannick Verdie d6bbaea28a Qt imgRegion bug fixed 15 years ago
James Bowman 5b7b6d9195 #509, patch for GetTrackbarPos 15 years ago
Yannick Verdie e8aad75446 Fixed bugs on Qt 15 years ago
Maria Dimashova f6c8e237f0 fixed compile error on VS2008 15 years ago
Maria Dimashova 5e84ab0222 replaced KeyPoint::overlap implementation by faster version (thanks to Suat Gedikli) 15 years ago
Yannick Verdie 8f8aba9c88 fixed Qt bug 15 years ago
Vadim Pisarevsky 3bd00085f7 made MatConstIterator STL compliant 15 years ago
Vadim Pisarevsky 808190c02e fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408) 15 years ago
Vadim Pisarevsky 686e28eeee fixed roi handling in HOGDescriptor::computeGradient (ticket #295). 15 years ago
Vadim Pisarevsky 6da8d7cb52 temporarily disable 16-bit input in cap_dc1394_v2.cpp (ticket #296). thanks to sebastians for the patch! 15 years ago
Vadim Pisarevsky 62fa7f6620 avoid crash in cvCalcEMD() when one of the histograms has only one non-zero element (ticket #396). Thanks to nburrus for the patch 15 years ago
Vadim Pisarevsky 0faa75da11 inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
Andrey Morozov 97254a7b45 minor fix 15 years ago
Anatoly Baksheev 9ac1741555 speckle filtering added 15 years ago
Vladislav Vinogradov 63fed0f831 changed StereoBeliefPropagation_GPU output disparity default type to CV_32S 15 years ago
Maria Dimashova 7083f0f815 fixed compile error when HAVE_EIGEN2 (#500) 15 years ago
Vladislav Vinogradov 84f51332dd implemented asynchronous call for StereoBeliefPropagation_GPU 15 years ago
Vadim Pisarevsky 70a2c8f50a added conversion operators Mat->vector<T>, Mat->Vec<T,n>, Mat->Matx<T,m,n> 15 years ago
Yannick Verdie 8f33e89d46 working on OpenGL for Windows 15 years ago
Yannick Verdie 7ce53adac9 Qt: 15 years ago
Maria Dimashova cba926a428 added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation 15 years ago
Vladislav Vinogradov 5bd128fac8 added gpu belief propagation stereo matching 15 years ago
Anatoly Baksheev dc69cf3ab4 minor fixes 15 years ago
Maria Dimashova cdbf1f9ef5 fixed compile errors on VS 2008 15 years ago
Maria Dimashova fb2a4a8345 added method to compute overlap for KeyPoint pair 15 years ago
Vadim Pisarevsky 4aee2e3045 fixed incorrect assert in RGB2Lab_b constructor 15 years ago
Vadim Pisarevsky 4c591ca397 fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation 15 years ago
Yannick Verdie c77e8fc638 Qt - debugging Linux and Windows 15 years ago
Yannick Verdie 21b0652c40 QT statusbar bug fixed for Windows 15 years ago
Vadim Pisarevsky 2f2f06b925 rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed 15 years ago
Maria Dimashova 74300f5f42 fixed compile errors on VS2008 15 years ago
Yannick Verdie b0ab2ef16d Qt on Windows -- in progress 15 years ago
Maria Dimashova e83c9b08d8 replaced Calonder descriptor implementation; added windowedMatchingMask() 15 years ago
Andrey Morozov 5a88e8cf61 optimized gpumat::copyTo() 15 years ago
Andrey Morozov 290c967b8f optimized gpumat::setTo() 15 years ago
Andrey Morozov 12dc52c2e7 implemented asynchronous call for StereoBM() 15 years ago
Vladislav Vinogradov dc0f313924 implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test 15 years ago
Anatoly Baksheev 4999024894 minor 15 years ago
Anatoly Baksheev 5732da9567 fixed bug with loading to constant memory 15 years ago
Anatoly Baksheev 22f5376e82 refactoring and minor code improvements 15 years ago
Anatoly Baksheev 54081f262e fixed compiler error for win32 15 years ago
Andrey Morozov fff2160d1f implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call. 15 years ago
Yannick Verdie bb2fe87b32 15 years ago
Andrey Morozov 769564c130 implemented asynchronous call for gpumat::setTo(), gpumat::copyTo(), gpumat::converTo() 15 years ago
Maria Dimashova b5a71db742 modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one 15 years ago
Anatoly Baksheev 1135bc2495 saturate_cast_gpu.hpp 15 years ago