Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 613 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 613 Bytes

Edge detection WITHOUT OpenCV

Reinventing the wheel but, you know, why not...

Input image:-
test.png

Outputs:-

res1.png
Highlighting intensity: 1

res2.png
Highlighting intensity: 2

res4.png
Highlighting intensity: 4

res6.png
Highlighting intensity: 6

res8.png
Highlighting intensity: 8

Use

./edge <path/input_image.extension> <path/output_image.extension> <highlighting intensity[normal:1]>

Example:-
./edge catto.png catto_weird.png 6