opencv/modules
razerhell fb22028be3 Merge pull request #10574 from razerhell:patch-1
* Newton's method can be more efficient

when we get the result of function distortPoint with a point (0, 0) and then undistortPoint with  the result, we get the point not (0, 0). and then we discovered that the old method is not convergence sometimes. finally we have gotten the right values by Newton's method.

* modify by advice  Newton's method...#10574

* calib3d(fisheye): fix codestyle, update theta before exit EPS check
2018-01-17 12:05:13 +03:00
..
calib3d Merge pull request #10574 from razerhell:patch-1 2018-01-17 12:05:13 +03:00
core Merge pull request #10606 from alalek:update_copyright_2018 2018-01-16 17:47:30 +00:00
cudaarithm Fix CUDA integral. 2017-12-04 02:22:52 +01:00
cudabgsegm
cudacodec
cudafeatures2d
cudafilters
cudaimgproc
cudalegacy clean up the code 2017-12-22 08:42:21 +09:00
cudaobjdetect
cudaoptflow fixed non c++11 warnings. 2017-10-15 12:12:00 -04:00
cudastereo
cudawarping
cudev Fix CUDA integral. 2017-12-04 02:22:52 +01:00
dnn MVN layer ocl implementation 2018-01-17 17:11:32 +08:00
features2d Fixed several warnings produced by clang 6 and static analyzers 2018-01-16 15:26:28 +03:00
flann resolves #10548 - FLANN::knnSearch garbage bug (when kNN is larger than the dataset size) 2018-01-08 18:58:55 +09:00
highgui java: disable highgui wrapped code 2018-01-13 02:12:39 +00:00
imgcodecs Fixed several warnings produced by clang 6 and static analyzers 2018-01-16 15:26:28 +03:00
imgproc Propagate calculated Gaussian kernel size(ref). Otherwise, ipp_GaussianBlur will fail if user doesn't specify a kernel size. (#10579) 2018-01-16 17:15:23 +03:00
java java: fix MacOS Java problem 2018-01-13 02:12:39 +00:00
js JavaScript bindings for dnn module 2017-12-08 18:33:48 +03:00
ml ml(ANN_MLP): ensure that train() call is always successful 2017-12-22 18:50:04 +00:00
objdetect Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
photo Reverted calls to linear resize back to generic version for floating point matrices 2017-12-22 17:10:03 +03:00
python cmake: eliminate ninja generator warning (CMake 3.10), refactor code 2018-01-05 04:42:24 +00:00
shape Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
stitching Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
superres
ts cmake: Java/Android SDK refactoring 2018-01-13 02:12:39 +00:00
video Merge pull request #10432 from GlueCrow:bgfg_knn_fix 2018-01-05 14:16:17 +00:00
videoio java(test): fix test names 2018-01-12 19:14:00 +00:00
videostab Merge pull request #9979 from fakabbir:ImproveDoc 2017-11-08 16:55:48 +00:00
viz handle legacy VTK functions 2017-12-21 01:33:25 -08:00
world
CMakeLists.txt