1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #19423 from LaurentBerger:houg_acc

Return accumulator value in HoughLines algorithm

* try to solve #17050

use cv_wrap_as

add python test

parameters

* review

* move wrapper to imgproc/bindings.hpp
This commit is contained in:
LaurentBerger
2021-02-01 22:22:10 +01:00
committed by GitHub
parent 2b787eb4b8
commit 94e1126678
3 changed files with 40 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
{
"AdditionalImports" : {
"Imgproc" : [ "\"imgproc/bindings.hpp\"" ]
},
"enum_ignore_list" : [
"MorphShapes_c",
"SmoothMethod_c"