opencv/modules/video
branka-plateiq 34ad9b8a42 Pass RANSAC parameters as function input (#10569)
* Pass RANSAC parameters as function input

* Clean up unnecessary code

* Keep the original function signature

* Clean up based on PR comments

Replace array with vector.

Correct naming convention for input variables.

Add checks on input variables.

* Use vector instead of array for dynamic size

* Revert change.

* Use dynamic array

* Fix wrong syntax in array allocation

* Undo change

* Fix variable name

* Use vector and not array

* fixed compile warning on Windows
2018-06-26 16:40:28 +03:00
..
include/opencv2 Pass RANSAC parameters as function input (#10569) 2018-06-26 16:40:28 +03:00
misc/java Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
perf ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
src Pass RANSAC parameters as function input (#10569) 2018-06-26 16:40:28 +03:00
test fix test error on Tinker Board (OpenCL on Arm platform) 2018-02-26 22:55:06 +09:00
CMakeLists.txt Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00