Skip to content

Rasoul77/MeanShiftImageSeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mean Shift Image Segmentation

A Naive Implementation of MeanShift Image Segmentation

alt text

MeanShift algorithm is basically a method of finding modes in a feature space with making no assumptions about the probability distributions. For color images a typical feature space is a 5-dimensional space of three color components and two pixel coordinates.

This is a naive implementation of MeanShift image segmentation in C++ that uses OpenCV and OpenMP for some image operations and parallel computation of expensive mode calculations.

The whole algorithm implemented as a C++ class in a header file. There is an example source code that demonstrates how the class can be used for performing image segmentation (see example.cpp).

About

A Naive Implementation of MeanShift Image Segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages