摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ 本文以CentOS5.3的上海交大更新源为例: 1.修改/etc/yum.repos.d/CentOS-Base.repo为: [base] name=CentOS-5-Base #mirrorlist=http://mirrorlist.centos.org/?release=... 阅读全文
posted @ 2012-10-08 23:01 gnuhpc 阅读(3390) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include <cv.h>#include <highgui.h>#include <iostream>#define MAX_CLUSTERS (8)using namespace std;int main( int argc, char **argv){IplImage *imgA = cvL... 阅读全文
posted @ 2012-10-08 22:48 gnuhpc 阅读(3114) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ 1.什么是聚类分析 聚类分析又称群分析,它是研究(样品或指标)分类问题的一种统计分析方法。聚类分析起源于分类学,在古老的分类学中,人们主要依靠经验和专业知识来实现分类,很少利用数学工具进行定量的分类。随着人类科学技术的发展,对分类的要求越来越高,以致有时仅凭经验和专业知识难以确切地进行分类,于是人们... 阅读全文
posted @ 2012-10-08 22:44 gnuhpc 阅读(757) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "highgui.h"#include "cv.h"#include <iostream>#include <iomanip>using namespace std;int main(void){ int a=1; float b=2.; double c[]... 阅读全文
posted @ 2012-10-08 22:33 gnuhpc 阅读(5632) 评论(2) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include <stdio.h>#include "cxcore.h"int main( int argc, char** argv ){ CvFileStorage* fs = cvOpenFileStorage( "points.yaml", 0, CV_STORAGE_READ ); ... 阅读全文
posted @ 2012-10-08 22:31 gnuhpc 阅读(1924) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h"#include "highgui.h"#include "cxcore.h"void cvShiftDFT(CvArr *src_arr,CvArr *dst_arr){ CvMat * tmp; CvMat q1stub,q2stub; CvMat ... 阅读全文
posted @ 2012-10-08 22:28 gnuhpc 阅读(4318) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h"#include "highgui.h"#include <ctype.h>#include <stdio.h>int main(int argc , char **argv){ IplImage *laplace = 0; IplImage *coloela... 阅读全文
posted @ 2012-10-08 22:25 gnuhpc 阅读(1575) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ "We are reading the first verse of the first chapter of a book whose pages are infinite..." I do not know who wrote those words,but I have always... 阅读全文
posted @ 2012-10-08 22:18 gnuhpc 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ Born to Win Each human being is born as something new, something that never existed before. Each is born with the capacity to win at life. Each person... 阅读全文
posted @ 2012-10-08 21:36 gnuhpc 阅读(483) 评论(0) 推荐(0) 编辑
摘要: "I tell you I must go!" I retorted([riˈtɔ:t]v./ n.反驳,回嘴), roused([rauz]vt.惊起,唤起,唤醒) to something like passion. "Do you think I can stay to become nothing to you? Do you think I am an automaton?--a mac... 阅读全文
posted @ 2012-10-08 21:07 gnuhpc 阅读(443) 评论(0) 推荐(0) 编辑