Skip to content

Implementation of mean shift image segmentation in C.

License

Notifications You must be signed in to change notification settings

inventshah/Mean-Shift-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mean Shift

Implementation of mean shift image segmentation in C.

How to Use

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.

Examples

source 4 8
source 2 3

Built With

  • C

About

Implementation of mean shift image segmentation in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published