8531 Commits (25b417e8b27ee6d6007c97ff56992551d103e2d1)

Author SHA1 Message Date
Ilya Lavrenov 926cab2baa fixed warnings 11 years ago
Vladimir Bystricky 44126e350a Change while(true) to for(;;) for fix compiler warning. 11 years ago
Vladimir Bystricky 591b1a7e70 Another fix for disable "conditional expression is constant" 11 years ago
Vladimir Bystricky 3013b469fe Add check for depths of destination and source image. Fix warning C4127. 11 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 11 years ago
Peter Andreas Entschev 3bc952ed34 ocl::BruteForceMatcher fix wrong use of oclMat::ptr(). 11 years ago
Elena Gvozdeva b930028727 Added cv::flip using Transparent API 11 years ago
Alexander Alekhin 3dcddad88a ocl: added workaround into Haar kernels 11 years ago
Vladimir Bystricky af6134b4b6 Fix issue in boxFilter with destination depth not equal to source depth. 11 years ago
Vladimir Bystricky 968a898a1b Add ocl version of boxFilter to the module img_proc 11 years ago
Zhigang Gong 6ce03b0484 Fixed some implicitly type conversions between vector and scalar data type. 11 years ago
Josep Bosch 2153453fd1 Fixed little issue with mouse callback refering to issue 3409. Was using round instead of floor. 11 years ago
Vadim Pisarevsky 828b0b151b another attempt to fix compile errors 11 years ago
Ilya Lavrenov eb7ff99f80 fixed cv::remap and cv::convertMaps for map types CV_16SC2 && CV_16UC1 11 years ago
Vadim Pisarevsky fe11ca886a trying to eliminate compile problems 11 years ago
Vadim Pisarevsky ff87385201 refactored CascadeClassifier to hide implementation details (take 2) 11 years ago
siddharth c48ad880f3 Errors resolved 11 years ago
Anna Kogan 944f7bac42 After-merge corrections 11 years ago
siddharth 573e818415 New changes done and removed opencv_extra folder 11 years ago
siddharth 33e6c07485 Removed build errors and removed test images 11 years ago
siddharth 2f65a0d4ba Changes done in npr module 11 years ago
siddharth 35d9ca6483 Changes done in cloning module 11 years ago
siddharth daa9694cab Changes done in decolorization module 11 years ago
siddharth 94eab9babe Revert Back 11 years ago
siddharth 6c7272bde1 Update to remove Android error 11 years ago
siddharth 3b239561c6 Changed STL in contrast_preserve file 11 years ago
siddharth f85a615f3f whitespaces removed and other minor changes to fix build error 11 years ago
siddharth 56ab1c18e6 new filters added and all the 3 modules updated 11 years ago
siddharth ae9b4003ae edge preserve filters added and windows warning removed 11 years ago
siddharth 1ed0e44090 added keyboard control 11 years ago
siddharth e170115ad0 new interface added. decolor and cloning module added. 11 years ago
siddharth 5b0ee9e085 decolor module updated 11 years ago
siddharth 0802c06571 seamless cloning added 11 years ago
siddharth a1b3ba02a7 add color_boost + doc 11 years ago
siddharth 88aa4a9902 decolor module updated 11 years ago
siddharth 95db69f6b9 added new files 11 years ago
Ilya Lavrenov e2b99a32b2 added cv::threshold to T-API 11 years ago
Ilya Lavrenov 474fc887a6 added cv::copyMakeBorder to T-API 11 years ago
Ilya Lavrenov 5b5f5878ce added tests to imgproc 11 years ago
Alexander Alekhin 7b551af424 ocl: try to disable clFinish workaround 11 years ago
Ilya Lavrenov 49474903cb refactoring 11 years ago
Ilya Lavrenov 49e729f89d ability to use cv::PSNR with transparent cv::norm 11 years ago
Ilya Lavrenov 88bceb5060 added cv::meanStdDev to T-API 11 years ago
Ilya Lavrenov b8edc2cc4d added cv::sum to T-API 11 years ago
Ilya Lavrenov 28575c1969 added cv::countNonZero to T-API 11 years ago
Ilya Lavrenov fed7e61879 added cv::repeat to T-API (fix for copyTo -> UMat is needed) 11 years ago
Ilya Lavrenov e17107e864 added cv::compare to T-API 11 years ago
Ilya Lavrenov a180cebb2d added cv::polarToCart to T-API 11 years ago
Ilya Lavrenov ba850f0b64 added cv::cartToPolar to T-API 11 years ago
Ilya Lavrenov 435028ccee added cv::transpose to T-API 11 years ago