自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (3)
  • 收藏
  • 关注

原创 消除控制台输出缺失首字母的方法

在要输出的语句或者过程前面加上cout

2014-12-30 15:48:42 706

原创 solution of overlap and non input data in .txt file

string cur31="query.txt"; //读训练的图像数据,用来计算欧氏距离并比较相似度fstream file2;file2.open(cur31,ios::out);//打开文件//实现数据统计并写入文本//FILE *fp;//fp=fopen("query.txt","w+");for(int h = 0; h < h_bins; h++){for(int s = 0; s

2014-12-16 15:21:36 791

原创 rectify propeties in c++ coding with opencv

#pragma comment( lib,"opencv_calib3d249d.lib")#pragma comment( lib,"opencv_contrib249d.lib")#pragma comment( lib,"opencv_core249d.lib")#pragma comment( lib,"opencv_features2d249d.lib")#pragma

2014-12-16 14:43:23 643

原创 Seeking precision function

/*The destination of following code is to compute the precision value from the result of sequential similar values.    welcome you to submit some good methods or codes and communicate with each othe

2014-12-16 14:25:19 631

原创 File类文件读写函数案例

#includeintmain(void){FILE*in,*out;in=fopen("\\AUTOEXEC.BAT","rt");if(in==NULL){fprintf(stderr,"Cannotopeninputfile.\n");return 1;}out=fopen("\\AUTOEXEC.BAT",

2014-12-16 11:15:15 705

原创 如何在VisualStudio2010 创建C语言项目

第一步:打开Microsoft Visual Studio 2010软件;依次打开“新建”、“项目”。第二步:选择“win32控制台应用程序”,在窗口下面的名称填写好名称。第三步:点击“下一步”继续第四步:在附加选项中选择“空项目”,然后点击“完成”。第五部:在软件界面左边的"解决方案资源管理器"中的“源文件”上面右击鼠标一次选择“添加”、“新建项”。第六步:在新窗口中

2014-12-03 10:59:34 2373

基于QT的二维码内容识别

可视化界面,简单易用,还可加入了裁剪图片等功能

2023-03-16

机器学习教材

该书介绍了机器学习的一些基本概念和方法

2016-06-12

Area Location Code

This code can be used to locate region we need in an image, so that we can abstract the domain we want to process.

2015-03-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除