From 24e7dfc2ea4f97ce5748ebde3912efc7d250e205 Mon Sep 17 00:00:00 2001 From: Deevashwer Date: Fri, 26 Oct 2018 02:19:49 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).