Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krutikabapat authored Mar 12, 2019
1 parent 6a9f307 commit c2f0ad8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Hough-Transform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@

**Python**

```python3 hough_line.py road.png```
- ```python3 hough_line.py road.png```

**C++**

```g++ hough_line.cpp `pkg-config opencv --cflags --libs` -o hough_line```
```./hough_line```
- ```g++ hough_line.cpp `pkg-config opencv --cflags --libs` -o hough_line```
- ```./hough_line```

### Hough Circle Transform

**Usage**

**Python**

```python3 hough_circles.py circles.png```
- ```python3 hough_circles.py circles.png```

**C++**

```g++ hough_circles.cpp `pkg-config opencv --cflags --libs` -o hough_circles```
```./hough_circles circles.png```
- ```g++ hough_circles.cpp `pkg-config opencv --cflags --libs` -o hough_circles```
- ```./hough_circles circles.png```

0 comments on commit c2f0ad8

Please sign in to comment.