文件名称:hartigansSLC_OpenCV
介绍说明--下载内容均来自于网络,请自行研究使用
hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1)
Sequential Leader algorithm:
Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY.
1. Select maximum cluster "radius"
2. Start with zero clusters
3. Add each item to be clustered to:
* Closest cluster if distance <= r
* New cluster if distance to closest cluster > r
4. Compute new center from members in cluster
5. Empty the clusters (keeping the centers)
6. Return to step 3 (until no changes are made)
-hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1)
Sequential Leader algorithm:
Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY.
1. Select maximum cluster "radius"
2. Start with zero clusters
3. Add each item to be clustered to:
* Closest cluster if distance <= r
* New cluster if distance to closest cluster > r
4. Compute new center from members in cluster
5. Empty the clusters (keeping the centers)
6. Return to step 3 (until no changes are made)
Sequential Leader algorithm:
Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY.
1. Select maximum cluster "radius"
2. Start with zero clusters
3. Add each item to be clustered to:
* Closest cluster if distance <= r
* New cluster if distance to closest cluster > r
4. Compute new center from members in cluster
5. Empty the clusters (keeping the centers)
6. Return to step 3 (until no changes are made)
-hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1)
Sequential Leader algorithm:
Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY.
1. Select maximum cluster "radius"
2. Start with zero clusters
3. Add each item to be clustered to:
* Closest cluster if distance <= r
* New cluster if distance to closest cluster > r
4. Compute new center from members in cluster
5. Empty the clusters (keeping the centers)
6. Return to step 3 (until no changes are made)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
borland\cv.lib
.......\cvaux.lib
.......\cvcam.lib
.......\cvd.lib
.......\cvhaartraining.lib
.......\cxcore.lib
.......\cxcored.lib
.......\cxts.lib
.......\highgui.lib
.......\ml.lib
Project1.cbproj
Project1.cbproj.local
Project1.cpp
Project1.res
Unit1.cpp
Unit1.dfm
Unit1.h
borland
.......\cvaux.lib
.......\cvcam.lib
.......\cvd.lib
.......\cvhaartraining.lib
.......\cxcore.lib
.......\cxcored.lib
.......\cxts.lib
.......\highgui.lib
.......\ml.lib
Project1.cbproj
Project1.cbproj.local
Project1.cpp
Project1.res
Unit1.cpp
Unit1.dfm
Unit1.h
borland