opencv/modules
Ryan Wong 6f675ae75b Merge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11
* Issue 11242 intrinsics v_extract, v_rotate improvement, branch 3.4, without C++11 (remove type restrictions for SSE2, use PALIGNR on SSSE3, compile to no-op when imm is 0 or nlanes).

* fix whitespace

* Fix #11242 (NEON intrinsics v_rotate...) branch 3.4
Separate macro expansion OPENCV_HAL_IMPL_NEON_SHIFT_OP for bitwise shifts for integers, from macro expansion OPENCV_HAL_IMPL_NEON_ROTATE for lane rotations. Bitwise shifts do not apply to floats, but lane-rotations can apply to both.

* fix whitespace

* Fix #11242 compile error (VSX intrinsics v_rotate(a)) branch 3.4 no-c++11
2018-04-20 18:43:47 +03:00
..
calib3d avoid calling of setNumThreads() to respect user settings 2018-03-29 13:04:26 +03:00
core Merge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11 2018-04-20 18:43:47 +03:00
cudaarithm cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudabgsegm cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudacodec cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudafeatures2d Merge pull request #10906 from nglee:dev_cudaFastMultiStreamSafety 2018-02-20 20:55:57 +03:00
cudafilters Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaimgproc fix build error on Jetson 2018-03-28 18:21:53 +09:00
cudalegacy cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudaobjdetect Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaoptflow ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudastereo fix build error on Jetson 2018-03-28 18:21:53 +09:00
cudawarping ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudev Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
dnn Let switch CPU/OpenCL targets for models from Intel's Model Optimizer 2018-04-19 10:23:57 +03:00
features2d features2d: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
flann flann: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
highgui fix build issues with QT/OpenGL 2018-03-30 12:49:09 +03:00
imgcodecs Merge pull request #11231 from saskatchewancatch:tiff-dpi-feature 2018-04-09 13:28:08 +00:00
imgproc Merge pull request #11315 from tomoaki0705:featureComparePixelCount 2018-04-20 14:50:40 +00:00
java android: refactor Android SDK detection 2018-04-05 19:19:31 +00:00
js Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
ml Adds efficient sort algorithm to KNearest 2018-04-04 09:35:58 -03:00
objdetect objdetect: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
photo Merge pull request #11208 from terfendail:seamless_1 2018-04-09 09:52:28 +00:00
python Merge pull request #11217 from dan-masek:fix_issue_11206 2018-04-08 15:12:12 +00:00
shape shape: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
stitching cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
superres cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
ts add new comparison to tolerate with rounding error 2018-04-19 17:31:42 +09:00
video video: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
videoio Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
videostab cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
viz Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
world Do not build protobuf without dnn (#10689) 2018-02-01 16:30:23 +03:00
CMakeLists.txt cmake: allow providing list of extra modules paths 2018-02-01 19:02:02 +03:00