opencv/modules
krodyush 27c1bd2762 Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA.
The improvement was done basically by processing more than 1 pixel by each work-item and using vector's operations.
new performance tests were added
2013-12-19 22:56:46 +04:00
..
androidcamera Android native camera destruction fixed for Android 4.4. 2013-11-29 10:38:26 +04:00
calib3d minX1 should be max(-maxD,0) not max(maxD,0), avoid black band at left 2013-11-12 22:37:23 +08:00
contrib Merge pull request #1897 from berak:b_3393_24 2013-12-02 17:11:56 +04:00
core typo 2013-12-17 17:41:28 +04:00
features2d Fixing some indentation issues on FREAK source file. 2013-12-10 08:57:46 -02:00
flann Silenced a few -Wcast-align warnings in the headers. 2013-09-12 12:33:56 +04:00
gpu added additional check in cv::gpu::demosaicing that source is not empty 2013-12-03 15:55:47 +04:00
highgui Fixed little issue with mouse callback refering to issue 3409. Was using round instead of floor. 2013-12-04 22:32:20 +01:00
imgproc Merge pull request #1765 from ilya-lavrenov:cv_remap 2013-12-19 17:08:52 +04:00
java Merge pull request #1737 from vrabaud:2.4 2013-11-07 12:03:30 +04:00
legacy Android NDK r9 support. x64 NDK support fix for MacOS X. 2013-10-03 11:36:12 +04:00
ml Merge pull request #1839 from pmiecielica:memory_leaks 2013-11-25 12:17:08 +04:00
nonfree Merge pull request #1495 from StevenPuttemans:bugfix_3282 2013-10-29 10:51:01 +04:00
objdetect Merge pull request #1849 from StevenPuttemans:feature_3375_documentation 2013-11-27 13:22:31 +04:00
ocl Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA. 2013-12-19 22:56:46 +04:00
photo Normalized file endings. 2013-08-21 18:59:25 +04:00
python cmake: python module updates 2013-10-09 17:49:11 +04:00
stitching Normalized file endings. 2013-08-21 18:59:25 +04:00
superres Fixed building with OpenCL, but without the ocl module. 2013-10-30 14:07:34 +04:00
ts adding more than 4 channels random Mats support 2013-12-18 17:27:39 +04:00
video CV_WRAP for BackgroundSubtractorMOG2 2013-11-30 13:35:23 +01:00
videostab Normalized file endings. 2013-08-21 18:59:25 +04:00
world CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file' 2013-11-08 14:09:34 +05:30
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in