diff --git a/README.md b/README.md index 915b014..e329e05 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Contains C++ codes for image segmentation i.e. dividing image into segments which are similar. -Libraries used are openCV(for reading and saving image) and openMP(for parallelizing the program) +Libraries used are openCV (for reading and saving image) and openMP (for parallelizing the program) -Contents are- +Contents are: 1. seg.cpp- Parallel implementation of Boruvka's algorithm for image segmentation (Faster).