Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 432 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 432 Bytes

Get

git clone https://github.com/unsurp4ssed/cubesat

Build

cmake .
make

Run

binarisation

./binar [source img path] [result img path]

median filtering

./median [source img path] [result img path]

closening-opening filter

./close-open [source img path] [result img path]

There're test images provided in the data/

example:

./binar data/stars.bmp a.bmp