Merge pull request #11108 from take1014:hough_4303
authoryuki takehara <y.takehara1014@gmail.com>
Wed, 23 May 2018 20:42:12 +0000 (05:42 +0900)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Wed, 23 May 2018 20:42:12 +0000 (20:42 +0000)
commited207d79e7757d60aa2a1273f11631a02745e5ce
tree070055dfae91cc624ca24721cb9a2ed66b8be549
parent2d5d98ec0fafed759c1d99177b17b4a79d1b7f52
Merge pull request #11108 from take1014:hough_4303

* Added accumulator value to the output of HoughLines and HoughCircles

* imgproc: refactor Hough patch

- eliminate code duplication
- fix type handling, fix OpenCL code
- fix test data generation
- re-generated test data in debug mode via plain CPU code path
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/perf/perf_houghcircles.cpp
modules/imgproc/perf/perf_houghlines.cpp
modules/imgproc/src/hough.cpp
modules/imgproc/test/test_houghcircles.cpp
modules/imgproc/test/test_houghlines.cpp