Mine Vison base on VC++ and procilica Gige Vison SDK

This is my first vision base on VC++6.0. I am so happy to record this time i succesfully create it by my seft.
It is so important,i must write down some details i have across through more than 1 years.altought i am exactly lazy guy.
Here are 3 (actually too many thing can talk about,but not must be)important thing to know.
1) I know little about c++ untill 2013(i forget the accuracy time) .As i am graduate from "mechanical and electric",i just had learn some base knowlege about c language like the most amout of students. I think i write more simply would be better....e..he
So,discard the above noise. I have begin attach to VB6.0 programming from 5.2012 to 1.2013. Within this period, i learn many thing about vision system checking,like (vb6 IDE,two kinds of industrial CCD camera,computer hardware & support techniques,barcode printing,txt&exel&dll&ocx&com Communication technique with vb6),and so on. base on that , i creat a new pinning system,improve a existing contrast test system, convert test program to automatic test system(com communicate with PLC),creat a new moudle to test voltage which diaplay best.
2)Since 9.2012 , i realise that vb6.0 can not catch up with the world . so i turn my eyes to c++.but i have no idea about this language, i find it hard to learn c++ without enviroment. so i focus on vb.net. There is a large gap between vb6 and vb.net,they just like two different language with similer IDE tool. i had been a cat run to the dark night,and covered by the night neerly a mouth.
since 1.2013,i egage in build a project with VB2008(i have know c++ and class a bit). Actually, i sucess 2 mouths later. i had build a complete QR barcode test demo.At this time, i find that vb2008 just like a result that combine vb6 and vc6.0. I decide push myself to VC++ this time .
And now.neerly 10 mouth pass , i have sucessfull build my own VC++ demo,happy! Too many things can be say, but i must go to bed now. and i will go into next period quickly (about image process,may be opencv).
3)write to here, i forget what should be record becauce i am so tied. so let me cut it.
ok ,that all .yet,that all.
Mine Vison base on VC++ and procilica Gige Vison SDK的更多相关文章
- 如何判断平台工具集去做条件编译(VC++目录、预处理器定义、$(PlatformToolsetVersion))
作者:zyl910 从VS2010开始,提供了一个平台工作集(Platform ToolSet)选项用于配制vc编译版本.到了VS2012,更是因为默认平台工具集不支持WindowsXP,导致经常需要 ...
- TortoiseGit 文件比对工具使用 Beyond Compare 和 DiffMerge
TortoiseGit 内置的文件比对工具是 TortoiseMerge,用于文件比对和解决冲突合并,TortoiseGit 还支持外部的比对工具使用,比如 Beyond Compare 和 Diff ...
- TortoiseSVN 同步分支
对比工具可以使用 winmerge 和 beyond compare ,winmerge免费小巧,beyond compare功能更强大.这两款工具都比TortoiseSVN自带的对比工具要好一些. ...
- TortoiseSVN 插件配置及使用方法
一.安装和配置 TortoiseSVN的下载地址 32bit:TortoiseSVN-1.8.2.24708-win32-svn-1.8.3.msi 64bit:TortoiseSVN-1.8.2.2 ...
- How to use SourceGear DiffMerge in SourceSafe, TFS, and SVN【项目】
What is DiffMerge DiffMerge is yet-another-diff-and-merge-tool from the fine folks at SourceGear. I ...
- TortoiseSVN设置比较工具为BeyondCompare
1. "C:\Beyond Compare 4\BCompare.exe" %base %mine /title1=%bname /title2=%yname /leftread ...
- TortoiseSVN使用方法 安装和配置
TortoiseSVN使用方法 安装和配置 TortoiseSVN的下载地址为 http://tortoisesvn.net/downloads.html 有32位和64位的版本,一定要根据自己的 ...
- 版本控制——TortoiseSVN (1)安装与配置
=================================版权声明================================= 版权声明:原创文章 禁止转载 请通过右侧公告中的“联系邮 ...
- SVN && BeyondCompare
[1]设置内容 (1)三个步骤对应设置内容 1.1 "D:\Beyond Compare 4\BCompare.exe" %base %mine /title1=%bname /t ...
随机推荐
- Linux学习总结(8)——VMware v12.1.1 专业版以及永久密钥
VMware v12.1.1 专业版以及永久密钥 热门虚拟机软件VMware Workstation 现已更新至v12.1.1 专业版!12.0属于大型更新,专门为Win10的安装和使用做了优化,支持 ...
- cogs 49. 跳马问题
49. 跳马问题 ★ 输入文件:horse.in 输出文件:horse.out 简单对比时间限制:1 s 内存限制:128 MB [问题描述] 有一只中国象棋中的 “ 马 ” ,在半张 ...
- leetcode 数据库十题记录
题目从难到易记录.解题过程中,如果不太熟悉,可以将题目中的表自己手动录入到自己的数据库中,就方便学习,测试. 185. Department Top Three Salaries 要求就是查询出每个部 ...
- RvmTranslator6.0 - Dassault Systemes 3DXML
RvmTranslator6.0 - Dassault Systemes 3DXML eryar@163.com 1. Introduction RvmTranslator can translate ...
- 中科燕园GIS外包--移动GIS
移动GIS恰逢其时 得益于移动智能终端的普及和移动互联网的发展,伴随着GIS技术的发展和应用的深入.越来越多的企业和普通消费者開始体会到移动GIS的巨大潜力和价值. 移动GIS轻便灵活,受众面广.随时 ...
- 验证list的底层数据结构
<STL源代码剖析>中,指出SGI STL的list底层数据结构式循环双向链表.而且在链表尾端留一个空白节点.让end指向它.因为是双向的,那么list的迭代器必须是Bidirection ...
- js---11运算符,流程控制,真假
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content ...
- Android学习笔记进阶18 之画图并保存图片到本地
1.首先创建一个Bitmap图片,并指定大小: 2.在该图片上创建一个新的画布Canvas,然后在画布上绘制,并保存即可: 3.需要保存的目录File,注意如果写的目录如“/sdcard/so ...
- Kinect 开发 —— 面部识别
EmguCV库也能用来进行面部识别(face identify).实际的面部识别,就是将一张图像上的人物的脸部识别出来,这是个很复杂的过程,具体过程我们这里不讨论.对一幅影像进行处理来找到包含脸部的那 ...
- OpenCV —— 视频播放控制
创建滚动条,实现滚动条随视频播放移动. #include "cv.h" #include "highgui.h" CvCapture* capture=NULL ...