-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c1e05e
commit ceb8667
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# Simple-Non-Iterative-Clustering | ||
Python implementation of Simple Non Iterative Clustering algorithm | ||
|
||
> *"Gaining knowledge, is the first step to wisdom. Sharing it, is the first step to humanity"* -Unknown | ||
**NOTE:** The files shared are for study purpose only. Plagiarism is a violation and should not be performed. If my work helped you in any way, do cite/add a reference. Thanks and Happy Learning! | ||
|
||
This project was a part of Optional End of Course Projects from CS 558 Computer Vision at Stevens Institute of Technology. It is a python implementation of Simple Non Iterative Clustering (SNIC) algorithm which uses a non-iterative approach as opposed to the popular Simple Linear Iterative Clustering (SLIC). Being a non-linear approach, it saves computation complexity and makes the algorithm faster than SLIC. | ||
|
||
## Reference Paper | ||
Achanta, Radhakrishna, and Sabine Susstrunk. "Superpixels and polygons using simple non-iterative clustering." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2017. [link](https://openaccess.thecvf.com/content_cvpr_2017/papers/Achanta_Superpixels_and_Polygons_CVPR_2017_paper.pdf) |