opencv/modules
Fakabbir Amin cd428fb798 Error in the documentation for cv::getRectSubPix. #9788 (#9871)
* Error in the documentation for cv::getRectSubPix. #9788
The function name is corrected to GetRectSubPix since, it uses the notation
of src, dst and center. Also added the number of channel assertion criteria.

* Error in the documentation for cv::getRectSubPix. #9788
Replace dst with patch in the formula, reverted function name to
getRectSubPix, removed BorderTypes comment line due to no explicit call
to the function found.

* Error in the documentation for cv::getRectSubPix. #9788
Replace dst with patch in the formula, reverted function name to
getRectSubPix, removed BorderTypes comment line due to no explicit call
to the function found.
2017-10-30 13:04:20 +03:00
..
calib3d made flann dependency for features2d optional 2017-10-13 14:59:39 +03:00
core Merge tag '3.3.1' 2017-10-23 18:42:41 +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 test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters cudafilters: don't modify "const" data 2017-09-08 14:19:09 +03: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 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 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 Replace private.cuda.hpp with conditional include of cuda_fp16.h. 2017-10-03 17:47:52 -07:00
dnn Merge pull request #9847 from wzw-intel:ocl4dnn_fusion 2017-10-27 13:59:46 +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 Error in the documentation for cv::getRectSubPix. #9788 (#9871) 2017-10-30 13:04:20 +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 #9839 from terfendail:features/python_wrapper/surface_matching_cleanup 2017-10-27 11:22:10 +00: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 Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts ts(misc): support tables exporting in markdown format 2017-10-23 14:57:45 +03:00
video Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00
videoio Fixed CAP_PROP_FORMAT evaluation in case CvCaptureCAM_V4L returns CV_16U image 2017-10-19 20:51:00 +03:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
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