资源简介
gige gigeVision 机器视觉 实现 千兆 做机器视觉 非常好的参考
包括整个开发过程 老外实现
代码片段和文件信息
/***************************************************************************
* Copyright (C) 2014-2015 by Cyril BALETAUD *
* cyril.baletaud@gmail.com *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not write to the *
* Free Software Foundation Inc. *
* 59 Temple Place - Suite 330 Boston MA 02111-1307 USA. *
***************************************************************************/
#include
#include
#include
#include
#include “mainwidget.h“
int main(int argc char *argv[])
{
QApplication app(argc argv);
QString locale = QLocale::system().name().section(‘_‘ 0 0);
QTranslator translator;
translator.load(QString(“qt_“) + locale QLibraryInfo::location(QLibraryInfo::TranslationsPath));
app.installTranslator(&translator);
MainWidget widget;
widget.show();
return app.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-10-18 11:16 jiguiviou\
目录 0 2015-10-18 11:16 jiguiviou\.git\
文件 23 2015-09-25 17:29 jiguiviou\.git\HEAD
文件 392 2015-09-25 17:30 jiguiviou\.git\config
文件 73 2015-09-25 17:29 jiguiviou\.git\desc
目录 0 2015-10-18 11:16 jiguiviou\.git\hooks\
文件 478 2015-09-25 17:29 jiguiviou\.git\hooks\applypatch-msg.sample
文件 896 2015-09-25 17:29 jiguiviou\.git\hooks\commit-msg.sample
文件 189 2015-09-25 17:29 jiguiviou\.git\hooks\post-update.sample
文件 424 2015-09-25 17:29 jiguiviou\.git\hooks\pre-applypatch.sample
文件 1642 2015-09-25 17:29 jiguiviou\.git\hooks\pre-commit.sample
文件 1348 2015-09-25 17:29 jiguiviou\.git\hooks\pre-push.sample
文件 4951 2015-09-25 17:29 jiguiviou\.git\hooks\pre-reba
文件 1239 2015-09-25 17:29 jiguiviou\.git\hooks\prepare-commit-msg.sample
文件 3611 2015-09-25 17:29 jiguiviou\.git\hooks\update.sample
文件 23688 2015-09-25 17:29 jiguiviou\.git\index
目录 0 2015-10-18 11:16 jiguiviou\.git\info\
文件 240 2015-09-25 17:29 jiguiviou\.git\info\exclude
目录 0 2015-10-18 11:16 jiguiviou\.git\logs\
文件 181 2015-09-25 17:29 jiguiviou\.git\logs\HEAD
目录 0 2015-10-18 11:16 jiguiviou\.git\logs\refs\
目录 0 2015-10-18 11:16 jiguiviou\.git\logs\refs\heads\
文件 181 2015-09-25 17:29 jiguiviou\.git\logs\refs\heads\master
目录 0 2015-10-18 11:16 jiguiviou\.git\logs\refs\remotes\
目录 0 2015-10-18 11:16 jiguiviou\.git\logs\refs\remotes\origin\
文件 181 2015-09-25 17:29 jiguiviou\.git\logs\refs\remotes\origin\HEAD
目录 0 2015-10-18 11:21 jiguiviou\.git\ob
目录 0 2016-01-20 17:00 jiguiviou\.git\ob
目录 0 2015-10-18 11:16 jiguiviou\.git\ob
文件 178256 2015-09-25 17:29 jiguiviou\.git\ob
文件 1783869 2015-09-25 17:29 jiguiviou\.git\ob
............此处省略286个文件信息
相关资源
- 国内最全面的机器视觉培训教程中文
- 机器视觉标定板选型表-凯林博
- 数字图像处理,非常经典的教材
- ROS 机器人高效编程原书第三版
- 《机器视觉算法与应用》书后源文件
- 机器视觉算法与应用随书图像和资源
- 基于机器视觉的列车前方障碍物检测
- 光栅投影三维精密测量-达飞鹏
- TouchFinder for PC V2.2
- Vision 视觉计算理论— David C. Marr
- 模式分类 中文第二版,duda
- 颜色识别中各颜色阈值快速查找小程
- 杭州汇萃智能科技软件说明书HCvisio
- 计算机视觉-算法与应用(中文-高清扫
- Halcon 编程算子详解PDF
- Halcon学习
- 机器视觉算法与应用高清双语版且含
- 机器视觉算法与应用_双语版高清完整
- STM32 OV2640 机器视觉 图像处理 滚球系
- 图像处理、分析与机器视觉-2015英文版
- halcon 三维机器视觉方法介绍
- Computer and Machine Vision Theory Algorithms
- halcon例程标注
- 《机器视觉》 张广军
- 基于机器视觉的机械臂分拣系统的研
- 基于机器视觉的自动分拣系统
- halcon9.0.2安装文件共4部分PART4
- Image Processing Analysis and Machine Vision 4
- 机器视觉(贾云得)(非常好了图像
- MIT机器视觉讲义2compute vision
评论
共有 条评论