opencv/modules
Cartucho 7267e94be7 Merge pull request #9736 from Cartucho/const_and_class_to_json
* Adding constants to json file

* adding sub-module to constants name

* adding namespace to functions

* adding namespace to classes

* remove namespace from methods

* static methods

* python signatures generation

* python: more fixes for signatures generation

Python names existence can be checked via command:

    python -c "import cv2 as cv; print(repr(<py_name>))"
2017-11-04 06:38:18 +03:00
..
calib3d Merge pull request #9971 from csukuangfj:fix-doc 2017-10-31 10:03:54 +00:00
core ocl: drop CV_OclDbgAssert 2017-11-03 13:31:37 +03:00
cudaarithm
cudabgsegm
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
cudaobjdetect fix CUDA build 2017-09-04 14:41:29 +03:00
cudaoptflow fixed non c++11 warnings. 2017-10-15 12:12:00 -04:00
cudastereo
cudawarping
cudev Replace private.cuda.hpp with conditional include of cuda_fp16.h. 2017-10-03 17:47:52 -07:00
dnn Merge pull request #9998 from alalek:ocl_fix_dnn_softmax_9991 2017-11-03 09:16:39 +00:00
features2d AVX2 optimized implementation of FAST corner tracking migrated to separate file 2017-10-24 20:00:48 +03:00
flann Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
highgui Merge pull request #9850 from klchang:master 2017-10-27 11:22:28 +00:00
imgcodecs Update grfmt_gdal.cpp 2017-10-22 19:01:34 +03:00
imgproc test: extract OpenCL Moments tests, drop 'coi' parameter 2017-11-02 13:37:58 +03: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 Fix double definitions, correct comment. 2017-10-25 18:11:31 +02:00
photo removed unnecessary line 2017-09-15 17:09:21 +03:00
python Merge pull request #9736 from Cartucho/const_and_class_to_json 2017-11-04 06:38:18 +03:00
shape some improvements on tutorials 2017-07-29 20:08:19 +03:00
stitching ocl: increase SURF stitching test tolerance 2017-10-26 13:03:44 +03:00
superres
ts ts(misc): support tables exporting in markdown format 2017-10-23 14:57:45 +03:00
video improve doc. 2017-10-31 10:30:01 +01:00
videoio videoio: improve condition for MJPEG gstreamer sink 2017-11-02 18:27:30 +03:00
videostab
viz Add const to getViewerPose() 2017-10-19 22:05:49 +01:00
world ocl: fix world compilation on Windows 2017-10-11 19:04:42 +03:00
CMakeLists.txt