opencv/modules
Igor Wodiany e2499e5b2f
Move vector_size_t and vector_vector_Mat
These two typdefs are not compiled when BUILD_opencv_dnn is set to
false, however there are other modules that uses these typedef so
it may cause build errors. Moving typedef to the python module
ensures they are always defined.
2017-10-14 19:06:15 +01:00
..
calib3d fix StereoBM disparity map right margin truncation when minDisparities > 0 2017-10-09 14:51:36 -07:00
core build: resolve naming issue 2017-10-12 13:28:30 +03: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 Merge pull request #9599 from whizzzkid:master 2017-09-17 19:24:43 +00:00
cudafeatures2d
cudafilters cudafilters: don't modify "const" data 2017-09-08 14:19:09 +03:00
cudaimgproc
cudalegacy Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudaobjdetect fix CUDA build 2017-09-04 14:41:29 +03:00
cudaoptflow Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudastereo
cudawarping
cudev Replace private.cuda.hpp with conditional include of cuda_fp16.h. 2017-10-03 17:47:52 -07:00
dnn Move vector_size_t and vector_vector_Mat 2017-10-14 19:06:15 +01:00
features2d Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 2017-09-22 14:04:43 +00:00
flann Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
highgui qt: fix non-world builds 2017-10-09 22:23:05 +03:00
imgcodecs imgcodecs: fix 4 reading channel bmp images 2017-10-01 15:32:55 +02:00
imgproc Merge pull request #9824 from sturkmen72:upd_minEnclosingTriangle 2017-10-11 17:11:15 +00:00
java Make external cv::dnn::Importer usage is deprecated 2017-09-18 08:52:36 +03:00
js js: skip 'utils' headers 2017-10-09 16:14:01 +03:00
ml Merge pull request #9310 from r2d3:svm_parallel 2017-09-18 09:32:41 +00:00
objdetect This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades 2017-10-11 09:32:38 +13:00
photo removed unnecessary line 2017-09-15 17:09:21 +03:00
python Move vector_size_t and vector_vector_Mat 2017-10-14 19:06:15 +01:00
shape some improvements on tutorials 2017-07-29 20:08:19 +03:00
stitching build: fix MSVS2017 warning 2017-10-01 10:48:35 +00:00
superres Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts Added support for VSX 2017-10-09 00:32:29 +00:00
video Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00
videoio MediaSDK video backend: Windows support 2017-10-11 16:33:37 +03:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
viz vtk: eliminate 'override' build warning 2017-08-19 16:05:52 +00:00
world ocl: fix world compilation on Windows 2017-10-11 19:04:42 +03:00
CMakeLists.txt