opencv/samples/cpp/tutorial_code/snippets
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
..
core_mat_checkVector.cpp Improve the doc for cv::Mat::checkVector. 2018-01-18 16:48:59 +01:00
core_merge.cpp Improve the documentation. 2017-08-28 12:36:23 +02:00
core_reduce.cpp Update documentation 2018-01-12 22:21:14 +03:00
core_split.cpp Improve the documentation. 2017-08-28 12:36:23 +02:00
core_various.cpp Update documentation 2018-01-12 22:21:14 +03:00
imgcodecs_imwrite.cpp Update documentation 2018-01-12 22:21:14 +03:00
imgproc_HoughLinesPointSet.cpp Merge pull request #10646 from take1014:master 2018-02-08 22:54:43 +03:00