opencv/modules
Matthew Self 9678d48e1a 2-channel interleaved load/store for universal intrinsics (float only)
* Added 2-channel ops to match existing 3-channel and 4-channel ops

* v_load_deinterleave() and v_store_interleave()

* Implements float32x4 only on SSE (but all types on NEON and CPP)

* Includes tests

* Will be used to vectorize 2D functions, such as estimateAffine2D()
2016-08-26 18:17:08 -07:00
..
calib3d Make Up 2016-08-23 22:17:30 +03:00
core 2-channel interleaved load/store for universal intrinsics (float only) 2016-08-26 18:17:08 -07:00
cudaarithm clarify CUDA arithm operations usage with mask 2016-07-12 13:32:58 +03:00
cudabgsegm
cudacodec fixed to use NVCUVID in 'cudacodec' module. 2016-01-31 01:28:15 +09:00
cudafeatures2d fix matrix type for keypoints buffer in CUDA FAST 2016-07-06 14:27:08 +03:00
cudafilters add performance test for CV_32FC1 2016-03-31 09:05:02 +02:00
cudaimgproc Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
cudalegacy fix build #6993 2016-07-27 11:21:08 +02:00
cudaobjdetect
cudaoptflow Merge pull request #6940 from andy-held:cuda_pyrlk_static_const_init 2016-07-19 08:47:57 +00:00
cudastereo
cudawarping
cudev follow the naming rule as other API 2016-08-05 22:14:55 +09:00
features2d Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
flann Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
highgui fix modules deps 2016-08-25 14:57:12 +03:00
imgcodecs handle images with alpha better 2016-08-16 15:10:48 -07:00
imgproc Add Grana's connected components algorithm for 8-way connectivity. (#6823) 2016-08-26 16:01:00 +04:00
java Merge pull request #6815 from smigielski:fix_6605 2016-07-14 14:36:45 +00:00
ml add 2 extra methods to ml::TrainData (#7169) 2016-08-26 16:25:46 +04:00
objdetect Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
photo Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
python Merge pull request #7055 from gylns:master 2016-08-18 13:17:18 +00:00
shape Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
stitching Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
superres Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
ts Implementations instrumentation framework for OpenCV performance system; 2016-08-17 16:26:03 +03:00
video Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
videoio Unifies Obj-C property attributes changing retain to strong 2016-08-25 21:40:16 +03:00
videostab Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
viz fix #6315 2016-04-14 11:57:49 +02:00
world cmake: turn off precompiled headers in case of opencv_world builds 2016-01-15 19:43:24 +03:00
CMakeLists.txt