added a better example section
This commit is contained in:
parent
bafb17b586
commit
a72b36cc20
14
README.md
14
README.md
@ -52,15 +52,23 @@ sobel.detect_edges # => ChunkyPNG::Image
|
||||
## Examples
|
||||
|
||||
|
||||
![Airplane](test/pictures/airplane.png)
|
||||
Input file
|
||||
|
||||
![Airplane with naive edge detection](test/output/airplane_standard.png)
|
||||
![Airplane](test/pictures/airplane.png)
|
||||
|
||||
<br>
|
||||
|
||||
Naive Edge Detection
|
||||
|
||||
![Airplane with sobel edge detection](test/output/airplane_sobel.png)
|
||||
![Airplane with naive edge detection](test/output/airplane_standard.png)
|
||||
|
||||
<br>
|
||||
|
||||
Sobel Edge Detection
|
||||
|
||||
![Airplane with sobel edge detection](test/output/airplane_sobel.png)
|
||||
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user