回答編集履歴
1
一応リファレンスの文面を追加
test
CHANGED
@@ -5,3 +5,15 @@
|
|
5
5
|
Yesでしょう.
|
6
6
|
|
7
7
|
小さい側の閾値としては,`param1`の値を1/2した値が使われるようですね.
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
リファレンスでのparam1の解説:
|
12
|
+
|
13
|
+
```
|
14
|
+
|
15
|
+
First method-specific parameter.
|
16
|
+
|
17
|
+
In case of HOUGH_GRADIENT , it is the higher threshold of the two passed to the Canny edge detector (the lower one is twice smaller).
|
18
|
+
|
19
|
+
```
|