teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

修正

2020/04/05 13:16

投稿

tiitoi
tiitoi

スコア21960

answer CHANGED
File without changes

1

修正

2020/04/05 13:16

投稿

tiitoi
tiitoi

スコア21960

answer CHANGED
@@ -1,6 +1,6 @@
1
1
  [OpenCV: Feature Detection](https://docs.opencv.org/master/dd/d1a/group__imgproc__feature.html#ga46b4e588934f6c8dfd509cc6e0e4545a)
2
2
 
3
- ハフ変換の返り値として、直線を表すパラメータ (rho, theta) のリストが変えるので、
3
+ ハフ変換の返り値として、直線を表すパラメータ (rho, theta) のリストが得られるので、
4
4
 
5
5
  ```python
6
6
  lines = list(filter(lambda x: abs(x[1] - np.pi / 2) <= np.deg2rad(5), lines))