資源簡介
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個文件信息
評論
共有 條評論