File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
** Python**
8
8
9
- ``` python3 hough_line.py road.png ```
9
+ - ``` python3 hough_line.py road.png ```
10
10
11
11
** C++**
12
12
13
- ``` g++ hough_line.cpp `pkg-config opencv --cflags --libs` -o hough_line ```
14
- ``` ./hough_line ```
13
+ - ``` g++ hough_line.cpp `pkg-config opencv --cflags --libs` -o hough_line ```
14
+ - ``` ./hough_line ```
15
15
16
16
### Hough Circle Transform
17
17
18
18
** Usage**
19
19
20
20
** Python**
21
21
22
- ``` python3 hough_circles.py circles.png ```
22
+ - ``` python3 hough_circles.py circles.png ```
23
23
24
24
** C++**
25
25
26
- ``` g++ hough_circles.cpp `pkg-config opencv --cflags --libs` -o hough_circles ```
27
- ``` ./hough_circles circles.png ```
26
+ - ``` g++ hough_circles.cpp `pkg-config opencv --cflags --libs` -o hough_circles ```
27
+ - ``` ./hough_circles circles.png ```
You can’t perform that action at this time.
0 commit comments