opencv/modules/imgproc/test
take1014 03407a9da0 Merge pull request #10646 from take1014:master
* Add a new interface for hough transform

* Fixed warning code

* Fix HoughLinesUsingSetOfPoints based on HoughLinesStandard

* Delete memset

* Rename HoughLinesUsingSetOfPoints and add common function

* Fix test error

* Change static function name

* Change using CV_Assert instead of if-block and add integer test case

* I solve the conflict and delete 'std :: tr1' and changed it to use 'tuple'

* I deleted std::tr1::get and changed int to use 'get'

* Fixed sample code

* revert test_main.cpp

* Delete sample code in comment and add snippets

* Change file name

* Delete static function

* Fixed build error
2018-02-08 22:54:43 +03:00
..
ocl ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_approxpoly.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_bilateral_filter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_boundingrect.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_canny.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_color.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_connectedcomponents.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_contours.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_convhull.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cvtyuv.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_distancetransform.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_drawing.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_emd.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_filter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fitellipse_ams.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fitellipse_direct.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fitellipse.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_floodfill.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_goodfeaturetotrack.cpp build: eliminate calls of removed functionality from C++17 2018-02-07 12:00:33 +03:00
test_grabcut.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_histograms.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_houghcircles.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_houghlines.cpp Merge pull request #10646 from take1014:master 2018-02-08 22:54:43 +03:00
test_imgproc_umat.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_imgwarp_strict.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_imgwarp.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_intersection.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_lsd.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_moments.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_pc.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_resize_bitexact.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_smooth_bitexact.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_templmatch.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_thresh.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_watershed.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00