opencv/modules
Vadim Pisarevsky 75ee536d6d
Filter homography decomp: updated PR #7153 (#11846)
* Add functionality to filter homography decompositions

* documentation + small refactor

* fix comparing int to size_t (compiler warning)

* fix whitespace issues

* clarification of function return values in documentation

* refactor of function parameters and change in loop nesting

* cleanup useless .h, fix size_t to int compare, small refactor

* fix documentation and whitespace

* change output from return value to outputarray parameter

* update function docs to reflect changes in parameters

* whitespace

* failing test

* fixed warnings related to extended initialisers and improper types

* initialize vectors from arrays

* initialize vectors from arrays part 2

* fix whitespace

* fix trailing whitespace

* Include <inttypes.h> in test_filter_homography_decomp.cpp, should fix 'uint8_t' : undeclared identifier error

* updated the test (made it shorter and providing better diagnostic) and significantly improved implementation (get rid of heavy repeated and/or unnecessary operations)

* fixed compile warning; removed trailing whitespace
2018-06-27 16:47:35 +03:00
..
calib3d Filter homography decomp: updated PR #7153 (#11846) 2018-06-27 16:47:35 +03:00
core Merge pull request #11706 from take1014:setTo_Nan_10507 2018-06-12 18:05:44 +00:00
cudaarithm cuda_meanStdDev : bug fix 2018-05-16 03:31:47 +09:00
cudabgsegm cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudacodec cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudafeatures2d Merge pull request #10906 from nglee:dev_cudaFastMultiStreamSafety 2018-02-20 20:55:57 +03:00
cudafilters Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
cudaimgproc Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
cudalegacy cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudaobjdetect Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaoptflow ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudastereo fix build error on Jetson 2018-03-28 18:21:53 +09:00
cudawarping ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudev Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
dnn Merge pull request #11839 from dkurt:dnn_ie_r2 2018-06-27 09:56:02 +00:00
features2d Merge pull request #11634 from vpisarev:empty_mat_with_types_2 2018-05-31 16:36:39 +00:00
flann flann: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
highgui highgui(win32): improve waitKey() timeout condition 2018-06-07 19:31:08 +03:00
imgcodecs Merge pull request #11565 from alalek:issue_11545 2018-05-22 16:00:37 +00:00
imgproc Fixed Assertin error due to Size.area() overflowing 2018-06-08 11:22:36 +02:00
java print() is a function in Python 3 2018-05-03 07:12:12 +02:00
js Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
ml Merge pull request #11502 from berak:fix_knearest 2018-05-11 11:47:13 +00:00
objdetect Init qrcode algo (#11829) 2018-06-27 16:37:10 +03:00
photo photo: remove redundant broken check 2018-06-16 11:36:51 +03:00
python python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
shape shape: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
stitching fix build warnings 2018-05-17 18:29:21 +03:00
superres build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
ts gtest: support parameters with types from anonymous namespace 2018-06-04 13:30:24 +03:00
video Pass RANSAC parameters as function input (#10569) 2018-06-26 16:40:28 +03:00
videoio Disable MSMF VideoCapture fallback to existing camera in case provided index is out of range. 2018-06-26 14:04:02 +03:00
videostab build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
viz Merge pull request #11678 from csukuangfj:fix-doc 2018-06-03 11:00:38 +00:00
world Do not build protobuf without dnn (#10689) 2018-02-01 16:30:23 +03:00
CMakeLists.txt cmake: allow providing list of extra modules paths 2018-02-01 19:02:02 +03:00