随笔分类 -  图像处理

图像颜色聚类分割算法_KMean
摘要:/***************************************************************************** ** KMEANS ** ******************************************************************************/#include stdio.h#include stdlib.h#include string.h#include conio.h#include math.h// FUNCTION PROTOTYPES// DEFINES#defi 阅读全文
posted @ 2010-03-06 18:50 验证码识别 阅读(4705) 评论(0) 推荐(0)