Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 333 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 333 Bytes

ImageProcessing_getEdge

Getting the edges of original image

How to compile

$ cd image
$ g++ image.cpp -o image.out

How to run

  • You must prepare "input.bmp" file in same location.
$ ./image.out

Run Example

input.bmp

Input

output.bmp

Output