/parallel-implemented-Kmeans

A parallel implementation of the KMean Algorithm using MPI

Primary LanguageC++GNU General Public License v3.0GPL-3.0

KMeanParallelMPI

A K-means based RGB/GrayScale image segmentor parallelised using MPI (Message Passing Interface)

A k-means segmentation project done for academical purposes. This project is a part of training on Parallel programming using MPI, JPP and OpenMP. The displayed part is the part I wrote by myself, to see the whole implementation (and to be able to execute the code), please refer to the repository referred below (JGratien).

Author :

  • Initial author : Jean-Mark Gratien JGratien
  • Edited & completed by : Benhari Abdessalam (Benhari1997)