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 ...
随机推荐
- JS的解析与执行过程—全局预处理阶段之全局词法环境对象
问题:有如下代码 var a = 1; function pop() { alert(a); var a = 5; } pop();//执行结果,弹出undefined 这段代码的执行结果为undef ...
- Centos7最小化安装后再安装图形界面
1. yum -y groupinstall "X Window System" 2. yum -y groupinstall "GNOME Desktop" ...
- 洛谷 P1705 爱与愁过火
P1705 爱与愁过火 题目背景 (本道题目隐藏了两首歌名,找找看哪~~~) <爱与愁的故事第一弹·heartache>第三章. 爱与愁大神说这是ta的伤心指数,只不过现在好很多了,翻译只 ...
- new方法的实现原理
// // main.m // 04-new方法的实现原理 #import <Foundation/Foundation.h> #import "Person.h" # ...
- Struts(18)标签
控件标签 Struts 2 的标签有一组标签.更easy控制流程页面运行.下面是重要的Struts2控制标签列表: if /else 标签: 这些标签运行可在每一种语言找到的一种基本条件流程. 'If ...
- 记VS2008初始化Microsoft Visual Sourcesafe源码管理提供程序时失败
之前vs2008开发一直都好好,不知道为什么如今的vs2008打开和关闭都老是弹出这这个初始化Microsoft Visual Sourcesafe源码管理提供程序时失败的错误 解决方法非常easy: ...
- 转:IOS推送代码
实例:调用方法:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary ...
- intellij—idea14 注冊机
package com.qunar.fresh; import java.math.BigInteger; import java.util.Date; import java.util.Random ...
- Android自己定义效果——随机抽奖
那天逛android开源码的时候,看到一个wheel menu的自己定义效果,就是类似人家的那种转盘抽奖,把人家project看了下.认为非常好玩.可是不想在他上面改,于是就自己想了一个类似的随即抽奖 ...
- CI框架源代码阅读笔记6 扩展钩子 Hook.php
CI框架同意你在不改动系统核心代码的基础上加入或者更改系统的核心功能(如重写缓存.输出等). 比如,在系统开启hook的条件下(config.php中$config['enable_hooks'] = ...