由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - how to find a cluster
相关主题
请问怎么计算两种clustering之间的差异A cluster question
有人做fuzzy clustering的么? (转载)[转载] 问个 pattern recognition 的人
请教!关于clustering,可否实现这个?问个clustering的问题
[合集] fuzzy clustering, soft clustering 区别?SVM clustering
有没有 这样 的 clustering 算法 ?possible plagiarism
请问这样的distance怎么计算?about ART (Adaptive Resonance Theory)
k-means怎样改进能使cluster大小大致一样CGSR算法跟CBRP到底有什么区别
有没有人自己买几个服务器或者电脑组装个multiple clusters来跑hadoop?[转载] Re: 谁给推荐一些HPC的参考资料
相关话题的讨论汇总
话题: cluster话题: pixels话题: find话题: your话题: algorithm
进入CS版参与讨论
1 (共1页)
e****f
发帖数: 296
1
I have a question and hope someone smart here can help me out.
I have a binary 2-dimensional image, say 16 by 16 pixels. The pixel values
are either 0 or 1 and are randomly distributed. We define a cluster as: for
those non-zero pixels, if they share at least one side with each other, they
form a cluster of connectivity-1. What is the simple algorithm to search
for these clusters and find the largest one (larget number of pixels in one
cluster)?
Your help is highly appreciated!
e****f
发帖数: 296
2
?
t******a
发帖数: 1200
3
Your problem is officially called "connected component labeling", just
google
it. the easiest algorithm is called the two-pass union-find algorithm.

for
they
one

【在 e****f 的大作中提到】
: I have a question and hope someone smart here can help me out.
: I have a binary 2-dimensional image, say 16 by 16 pixels. The pixel values
: are either 0 or 1 and are randomly distributed. We define a cluster as: for
: those non-zero pixels, if they share at least one side with each other, they
: form a cluster of connectivity-1. What is the simple algorithm to search
: for these clusters and find the largest one (larget number of pixels in one
: cluster)?
: Your help is highly appreciated!

e****f
发帖数: 296
4
thanks, already found it.
1 (共1页)
进入CS版参与讨论
相关主题
[转载] Re: 谁给推荐一些HPC的参考资料有没有 这样 的 clustering 算法 ?
what is the best cluster file system?请问这样的distance怎么计算?
请教一个聚类的问题k-means怎样改进能使cluster大小大致一样
cluster 算法求教有没有人自己买几个服务器或者电脑组装个multiple clusters来跑hadoop?
请问怎么计算两种clustering之间的差异A cluster question
有人做fuzzy clustering的么? (转载)[转载] 问个 pattern recognition 的人
请教!关于clustering,可否实现这个?问个clustering的问题
[合集] fuzzy clustering, soft clustering 区别?SVM clustering
相关话题的讨论汇总
话题: cluster话题: pixels话题: find话题: your话题: algorithm