opencv/modules
Ismo Puustinen c2de5cf735 dnn: force floating point literals to be float.
In OpenCL code in activations.cl, make the type of floating point
literals to be float. Otherwise the values will be interpreted as
doubles, causing Beignet to have type conversion issues.
2017-08-01 15:02:24 +03:00
..
calib3d Merge pull request #9225 from paroj:reproject_cpp 2017-07-31 14:11:37 +00:00
core Merge pull request #9274 from alalek:ipp_meanstddev 2017-07-31 12:02:59 +00:00
cudaarithm suppress warning on Jetson TK1 2017-06-15 18:28:13 +09:00
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudacodec build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters Remove redundant precomp.hpp and using-namespace 2017-05-14 21:35:53 +09:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudaobjdetect Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudaoptflow Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudastereo test: fix cuda build 2016-11-29 01:18:10 +03:00
cudawarping Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudev Use %% for inline assembly rather than % so this compiles with clang. 2017-04-05 10:57:50 -07:00
dnn dnn: force floating point literals to be float. 2017-08-01 15:02:24 +03:00
features2d Merge pull request #9133 from sovrasov:mser_add_test 2017-07-14 19:38:05 +00:00
flann flann: fix out of buffer access 2017-07-26 18:17:03 +03:00
highgui build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
imgcodecs build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
imgproc imgproc: fix vectorized code of accumulate 2017-07-26 17:21:46 +03:00
java java: update source files processing, maven stuff 2017-07-19 22:39:23 +03:00
ml Prevent crash when attempting to create training data without responses. 2017-06-30 15:36:47 +02:00
objdetect Merge pull request #9130 from alalek:android_define 2017-07-14 17:17:24 +00:00
photo remove some rand functions 2017-07-20 22:43:11 +09:00
python python: disable assertion in NumpyAllocator 2017-07-30 14:44:11 +03:00
shape Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
stitching perf: skip stitching OpenCL test on Win32 platform 2017-07-20 14:14:22 +03:00
superres Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts ts(perf): initialize ThreadPool 2017-07-31 16:51:08 +03:00
video build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
videoio Merge pull request #9237 from alalek:fix_winrt_build 2017-07-26 10:42:49 +00:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
viz static build workaround 2017-06-30 18:17:32 +03:00
world build: update modules descriptions 2017-06-20 15:45:23 +03:00
CMakeLists.txt