28 Commits (4d0ed5c13cee2091dde93617961afa9502bb1b95)

Author SHA1 Message Date
Suleyman TURKMEN 4d0ed5c13c Merge pull request #12971 from sturkmen72:upd_imgproc_hpp 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Mark Harfouche 095b0d3272 Fix BayerXX2RGBA when blue is on the first line. 7 years ago
Mark Harfouche 53bbed89ae Output RGBA images when bayer_xx2YYYA is called 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 5d36ee2fe7 imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
Rostislav Vasilikhin 64916d3d83 Merge pull request #10869 from savuor:color_cpp_split 7 years ago
Tomoaki Teshima 37be9ddeec add enum Bayer**2BGRA 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Maksim Shabunin d3821e8cd7 Forgotten punctuation 11 years ago
Maksim Shabunin 420737e098 Fixing iOS clang warnings, part 1 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Vadim Pisarevsky 101769d26c eliminated some unnecessary instructions 11 years ago
Vadim Pisarevsky 11e9e375a3 fixed compile warning with GCC 11 years ago
Vadim Pisarevsky 4255746c00 fixed compile warnings and removed extra whitespaces 11 years ago
Vadim Pisarevsky 4dfb613c3e optimized Bayer=>RGB/RGBA/Gray conversion using Neon intrinsics. Fixed recently introduced build error in iOS framework. 11 years ago
Andrey Kamaev d62bc8cfbf Remove more old definitions from internal.hpp 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 7e50d3e571 Fixed MSVC warnings 12 years ago
Andrey Kamaev d586f4a103 Fix x64 build warnings 12 years ago
Ilya Lavrenov 615e7b2747 added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U 13 years ago
Ilya Lavrenov c09a325d3e fixed error connected with incorrect range 13 years ago
Ilya Lavrenov 98031a4147 removed const modificators 13 years ago
Ilya Lavrenov b8b13ccd5c parallel version of Bayer2Gray 13 years ago
Ilya Lavrenov ce5e9a71b5 fixed some warnings on Windows and added debug messages 13 years ago
Ilya Lavrenov 3fa630639f fixed bayer2bgra in case when size.width <= 2 13 years ago
Ilya Lavrenov 5225672dc0 added edge-aware demosaicing and bayer to bgra conversion 13 years ago