Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 392 Bytes

EdgeDetector.

Simple Edge Detector with a raw image file .

It has three types of mode.

mode1 : After read normal raw file , specify the color value to 1 and 127 to the edge depending on your threshold.

mode2 : custom algorithm.

mode3 : apply sobel alogorism.

#How to do

  1. cd execution_file
  2. ./ EdgeDetector - "normal raw file" , " width " " height " , " Detector mode "