9680 Commits (fa075c50a1863bba8f99a64f816e11a155f93165)

Author SHA1 Message Date
Alexander Alekhin 8b6c5ade0e TAPI: added perf test for stitching 11 years ago
Aaron Kunze b59c517f98 Optimizations to OpenCL bilateral filter. 11 years ago
Ilya Lavrenov b970ec7dae parallel version 11 years ago
Elena Gvozdeva 43c29a6751 fixed 11 years ago
Ilya Lavrenov b2379b51b5 cv::countNonZero 11 years ago
Maks Naumov eb89f5207c remove unused variables in CV_KDTreeTest_CPP::findNeighbors() 11 years ago
Maks Naumov 29d1bce85f remove unused variable in TEST_P() 11 years ago
Maks Naumov 79eb3c5cde remove unused variable in OCL_PERF_TEST_P() 11 years ago
Maks Naumov befbe89bdf remove unused variable in ocl_moments() 11 years ago
Maks Naumov eb45cf0c93 remove unused variable in findCorners_caller() 11 years ago
Maks Naumov 9b52b61451 remove unused variable in HOGDescriptor::groupRectangles() 11 years ago
Maks Naumov a01659825c remove unused variable in loadFromXML() 11 years ago
Ilya Lavrenov 18ef25ec30 cv::calcHist 11 years ago
Aaron Kunze 785acc1834 Fixes global size issue, adds #pragma unroll to loops 11 years ago
Alexander Alekhin ab691a4a24 ipp: some functions are not available in the ICV package #2 11 years ago
Alexander Alekhin 0d477ffea1 ipp: some functions are not available in the ICV package 11 years ago
Alexander Alekhin 1461ab41bc ipp: added support for updated ICV package 11 years ago
Maks Naumov b033a63e63 fix typo in test_cameracalibration 11 years ago
vbystricky b6d58d1d3b Fix ipp ifdef 11 years ago
vbystricky d9013a85f1 Fix IPP version ifdef 11 years ago
vbystricky 8899ec1586 Add IPP version of Moments calculattion of image 11 years ago
Ilya Lavrenov bcd7151867 added UMat::setTo accuracy test 11 years ago
Ilya Lavrenov 4a63b3dd90 cv2cvtest part2 11 years ago
Alexander Karsakov a66db67b83 Attempt to improve performance 11 years ago
Alexander Karsakov 35494f81ef Added ippiThreshold to cv::threshold 11 years ago
Elena Gvozdeva 6119ae0ea9 fixed 11 years ago
David Rolland cb8ddb1179 Corrected bug #1437. Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.) 11 years ago
Aaron Kunze 629ddf0bf8 Resolves bug #3450 (Improperly cleaning up resources in DllMain) 11 years ago
Aaron Kunze bea2515f0e Optimizations for OpenCL color conversion. 11 years ago
Ilya Lavrenov 444ab0ef0d fixed (IppiSize&)sz 11 years ago
Ilya Lavrenov c735594178 cv::scaleAdd 11 years ago
Ilya Lavrenov fd3a6f0db7 cv::blur 11 years ago
Ilya Lavrenov a624ec167d cv::Mat::convertTo 11 years ago
Ilya Lavrenov b72b256fda cv::pow (added ippiSqr_32f_C1R for power=2) 11 years ago
Ilya Lavrenov b56b9c43dc cv::updateMotionHistory 11 years ago
Ilya Lavrenov 77723db034 cv::flip 11 years ago
Ilya Lavrenov f2a35d6388 cv::boxFilter 11 years ago
Ilya Lavrenov c6f208e1c8 cv::medianBlur 11 years ago
Ilya Lavrenov ed1ca00bf6 cv::magnitude 11 years ago
Ilya Lavrenov bf860dbb31 cv::pow 11 years ago
Ilya Lavrenov 49d1691a3e cv::sqrt 11 years ago
Ilya Lavrenov c224cfa628 cv::accumulateSquare && cv::acumulateProduct 11 years ago
Ilya Lavrenov 2c0c887f70 cv::accumulateWeighted 11 years ago
Ilya Lavrenov 5ddff235bb cv::polarToCart 11 years ago
Ilya Lavrenov 46cb4e0cbc cv::transpose 11 years ago
Ilya Lavrenov f1b38c4198 cv::warpPerspective and cv::warpAffine 11 years ago
Ilya Lavrenov e090aa07db disabled some IPP funcs 11 years ago
Anatoly Baksheev 3f95818252 Added cloud shading support - additional normals array is used 11 years ago
Vadim Pisarevsky 1b339eb0d4 fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions 11 years ago
Elena Gvozdeva 42d45e0b02 Added ippiSqrDistanceNorm and ippiCrossCorrNorm to cv::matchTemplate 11 years ago