Skip to content

Commit

Permalink
add the using module in example
Browse files Browse the repository at this point in the history
  • Loading branch information
primetang committed Dec 19, 2015
1 parent b4785f8 commit 5c2cc20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ for i in xrange(lines.shape[0]):
img.save(os.path.join(folder, 'PIL_' + imgName.split('.')[0] + '.jpg'))
```

The follow is the result:
The following is the result:

* car.jpg
* car.jpg by using cv2 module

![](https://github.com/primetang/pylsd/blob/master/example/car.jpg)

![](https://github.com/primetang/pylsd/blob/master/example/cv2_car.jpg)

* house.png
* house.png by using PIL(Image) module

![](https://github.com/primetang/pylsd/blob/master/example/house.png)

Expand Down

0 comments on commit 5c2cc20

Please sign in to comment.