Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9. Clustering and Image Segmentation 구현 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sp9103
Copy link

@sp9103 sp9103 commented Jun 9, 2015

9.1. Implement spectral and k-means clustering algorithm.
9.2. Mean-shift clustering algorithm.
9.3. Image segmentation algorithm.
Author : 문성필 (2014120547)

-각 Clustering은 Image segmentation을 통해서 테스트할 수 있게 구현하였습니다.
-수행시간이 길기 때문에 샘플이미지와 결과이미지를 포함하였습니다.
-9.1 spectral clustering에서 numpy ndarray 할당 메모리 문제로 작은 이미지(sample2.png)로 테스트하였습니다.
-9.2 Mean-shift clustering에서 수행시간 문제로 작은이미지로 테스트하였습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant