11174 Commits (180e54d09d13e90df722f5e0b821323d726f1380)

Author SHA1 Message Date
Takahiro Poly Horikawa 180e54d09d - Use cv::Mutex to safely update converged flag 10 years ago
Takahiro Poly Horikawa 123ca7e1c5 Parallize building kmeans index in flann 10 years ago
Alexander Alekhin ae4cb571ab Set status to beta 11 years ago
Vadim Pisarevsky d58cadc1ea moved cv::partition from private.hpp to operations.hpp, to expose the function to users 11 years ago
Vadim Pisarevsky 80a985c894 fixed path to the checkerboard image 11 years ago
Vadim Pisarevsky 7c8789dc12 fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo(). 11 years ago
Yan Wang 0692bf5f34 Fix HoughLines crashes (Bug #3959). 11 years ago
Alexander Karsakov 7c870014fb Correctly unrolled some cycles 11 years ago
ElenaGvozdeva 7dd059c084 fixed test for ocl WarpAffine 11 years ago
Alexander Karsakov 462c3c25a9 Removed incorrect using of rootn() and powr() in ocl_pow 11 years ago
Alexander Karsakov 0ec0aeb7d0 Minor optimization for ocl_canny 11 years ago
Alexander Alekhin 4eb16122c0 ocl: change processing of OpenCL failures 11 years ago
Miroslav Benes 4046f0398a Make Otsu and Triangle algorithms mutually exclusive 11 years ago
Michele Adduci e181c76d21 Updated test_features2d.cpp with latest API change 11 years ago
Michele Adduci 914b78b8bb Updated ORB test with parameters 11 years ago
vbystricky 957e5ef8eb Fix OpenCL version of HoughLinesP function 11 years ago
Alexander Alekhin 58e054a003 IPPICV: disable boxFilter 16SC1/16UC1 (performance) 11 years ago
Alexander Alekhin 1c9f590f0d IPPICV: disable NormDiff_L1_16s_C1R for IPP/ICV 8.2/8.2.1 11 years ago
Michele Adduci e1bb844475 Fix cudafeatures2d and cudastereo with new 3.0 APIs for ORB and StereoBM 11 years ago
bartaandras 21227ba092 Fixed calc_output_scale with NO_OUTPUT_SCALE flag set. 11 years ago
Yusuke Suzuki 9cd08c662c add V4L2_PIX_FMT_RGB24 convert code 11 years ago
berak c2cb3b515d support older gcc versions 11 years ago
Ilya Lavrenov 1fe5441185 cv::convertMaps 11 years ago
Ilya Lavrenov aa11e102fd removed saturation from pyramids 11 years ago
Ilya Lavrenov 8d0383180c fixes for cv::warpAffine 11 years ago
Ilya Lavrenov 15af3f7114 fixes in VResizeLinearVec_32s8u 11 years ago
Ilya Lavrenov a4dd2162f2 cv::resize (INTER_LANCZOS4) 11 years ago
Ilya Lavrenov 1b01e1fe68 cv::resize (INTER_AREA CV_16S, CV_32F) 11 years ago
Ilya Lavrenov 4ed696d770 cv::compareHist (CV_COMP_INTERSECT) 11 years ago
Ilya Lavrenov 5ca25ab8f0 cv::pow (integer power) 11 years ago
Ilya Lavrenov ccdc71286c cv::polarToCart 11 years ago
Ilya Lavrenov d5f006eee5 cv::magnitude; cv::corner** 11 years ago
Ilya Lavrenov fb97273b3c cv::phase; cv::cartToPolar 11 years ago
Ilya Lavrenov 7e6fb668ed cv::pyrUp 11 years ago
Ilya Lavrenov 46faf592fc cv::warpAffine 11 years ago
Ilya Lavrenov 85a814f748 VResizeLinearVec_32s8u 11 years ago
Alexander Karsakov 967a88759f Don't process empty src image in GFTT 11 years ago
ElenaGvozdeva d88fdd0378 use LOCAL_SIZE+1 11 years ago
Alexander Karsakov 643c906f3d Added optimized loading to YUV2RGB_422 kernel 11 years ago
Alexander Karsakov 1466621f99 Added loading 4 pixels in line instead of 2 to RGB[A] -> YUV(420) kernel 11 years ago
Alexander Karsakov ebfaf4c5d8 Added checking that z is non zero to buildWarpPlaneMaps kernel 11 years ago
Alexander Karsakov 0aab779532 Overload PlaneWarper::buildMaps method from base class 11 years ago
ElenaGvozdeva 65b8a1cb37 Some small fixes 11 years ago
Elena Gvozdeva c5a2879ce0 use vectors 11 years ago
Elena Gvozdeva 2d89df1804 use local memory 11 years ago
Elena Gvozdeva d78bc3c321 naive implementation 11 years ago
Pat O'Keefe 83ccdabe7e Add test for calib3d function decomposeProjectionMatrix(...) 11 years ago
vbystricky 8466911ad0 Move _dst.create() to the begining of scaleAdd function 11 years ago
Alexander Karsakov 237cb93143 Added extra checks to ocl::Image2D 11 years ago
Alexander Alekhin 579a7fff6d ocl: restore clFinish() in unmap() for AMD devices 11 years ago