摘要: #include "stdafx.h"#include<iostream>#include<opencv2/core/core.hpp>#include<opencv2/imgproc/imgproc.hpp>#include<opencv2/highgui/highgui.hpp>using na 阅读全文
posted @ 2017-03-20 11:24 Shaine 阅读(9493) 评论(1) 推荐(0) 编辑
摘要: #include "stdafx.h"#include<iostream>#include<opencv2/core/core.hpp>#include<opencv2/imgproc/imgproc.hpp>#include<opencv2/highgui/highgui.hpp> void sh 阅读全文
posted @ 2017-03-20 11:22 Shaine 阅读(367) 评论(0) 推荐(0) 编辑
摘要: opencv这个工具来进行图像处理。大致是使用C++语言编写程序实现识别算法的实现,所以首先就要进行opencv与VS环境的配置。 Shaine属于那种半路出家之人都算不上的那种,本科期间三四年来学习的真是半吊子,开发方向的东西完全就是一窍不通。而作为一个giser,不可避免的会涉及到开发,也免不了 阅读全文
posted @ 2017-03-20 11:16 Shaine 阅读(1502) 评论(0) 推荐(0) 编辑
摘要: #include "iostream";//包含C++的头文件using namespace std;//使用命名空间std标准的命名空间(在这个命名空间中定义了很多标准定义)void main01(){ //printf("hello...\n"); //cout标准输出,黑屏幕 // <<左移操 阅读全文
posted @ 2017-03-20 10:56 Shaine 阅读(755) 评论(0) 推荐(0) 编辑
摘要: 基于GDAL的遥感影像显示(C#版) - 菜菜的专栏 - 博客频道 - CSDN.NET http://blog.csdn.net/RSyaoxin/article/details/9220735 阅读全文
posted @ 2017-02-25 17:44 Shaine 阅读(582) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/mygisforum/article/details/22478491 阅读全文
posted @ 2017-02-25 16:29 Shaine 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/q_l_s/article/details/41486813 阅读全文
posted @ 2017-02-25 15:52 Shaine 阅读(697) 评论(0) 推荐(0) 编辑
摘要: https://www.baidu.com/link?url=XBkzyMPU8bmyHSKAvBde6955fX2ecFJXfk8D44_VCuH_4U04E0bHFjk8D2_mXSqgjcUyQfWHk363Q-ltyx-tiUyPA9Pi09xyVAEGZcUXwjG&wd=&eqid=a1 阅读全文
posted @ 2017-02-24 15:15 Shaine 阅读(406) 评论(0) 推荐(0) 编辑
摘要: Visual C++ Concepts: Building a C/C++ ProgramCompiler Warning (level 1) C4627Error Message”: skipped when looking for precompiled header useWhile sear 阅读全文
posted @ 2017-02-24 10:03 Shaine 阅读(6654) 评论(0) 推荐(0) 编辑
摘要: 相信有很多人用Visual Studio来作为编译器来编写代码,进行C++、C#、web等等的开发。那么我们用Visual Studio时,有时可能把一些窗口弄乱了,或者想把C++的开发环境改为C#的开发环境,那么此时我们就需要重置我们的设置 http://jingyan.baidu.com/art 阅读全文
posted @ 2017-02-23 11:22 Shaine 阅读(183) 评论(0) 推荐(0) 编辑