Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.38 KB

Mean Shift clustering algorithm

Table of Contents

About The Project

Clustering example

Sequential C++ and parallel OpenMP and CUDA implementations of Mean Shift clustering algorithm.

For more information, read the paper located in the repo root.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Nvidia GPU with CUDA installed and correctly configured.

Usage

Run C++/main.cpp for the sequential and OpenMP implementation, CUDA/MeanShiftClustering.cu for the CUDA implementation.

Authors

  • Lorenzo Agnolucci

Acknowledgments

Parallel Computing Project © Course held by Professor Marco Bertini - Computer Engineering Master Degree @University of Florence