Implementation of mean shift image segmentation in C.
Dependencies: png.h
Clone: git clone https://github.com/inventshah/Mean-Shift-C.git
Compile: ./build.sh
Run: ./bin/main [source filename] [output filename] [window size] [max generations]
Default max generations is 50.
source | 4 | 8 |
---|---|---|
- C