/Simple-DIP

simple digital image processing using stb_image

Primary LanguageC

Simple-DIP

Simple digital image processing using C language, we borrow some code from Darknet.

How to use

  1. build the source code

    mkdir build && cd build
    cmake ..
    make -j
    
  2. perform exe file

    ./soble_edge --image_path hello//xxx.jpg
    

Results

Lena.jpg Lena_sobel_edge.jpg