Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down