資源簡介
車牌識別,基于OpenCV,視頻處理,VisualStudio,有疑問可評論回復

代碼片段和文件信息
#include?“vlpr.h“
#include?
#include
#include?
#include?
int?main(int?argc?char?*argv[])
{
QApplication?a(argc?argv);
//啟動動畫
QPixmap?pixmap(“./Resources/splash.png“);
QSplashScreen?*splash?=?new?QSplashScreen(pixmap);
splash->show();
QElapsedTimer?t;
t.start();
while(t.elapsed()<1000)
{
QCoreApplication::processEvents();
}
//中文處理
QTextCodec::setCodecForLocale(QTextCodec::codecForName(“gbk“));
QTextCodec::setCodecForTr(QTextCodec::codecForLocale());
QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale());
a.setWindowIcon(QIcon(“./Resources/qt.ico“));
VLPR?w;
w.show();
splash->finish(&w);
delete?splash;
return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-10?15:52??VLPR-master\
?????文件?????????321??2017-04-16?17:18??VLPR-master\README.md
?????目錄???????????0??2018-04-10?16:03??VLPR-master\VLPR\
?????文件????????1677??2018-04-10?15:53??VLPR-master\VLPR\UpgradeLog.xm
?????目錄???????????0??2018-04-10?15:53??VLPR-master\VLPR\VLPR\
?????目錄???????????0??2018-04-10?16:30??VLPR-master\VLPR\VLPR\Car\
?????文件???????12800??2018-04-10?16:30??VLPR-master\VLPR\VLPR\Car\Thumbs.db
?????文件???????49206??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Car\car2.jpg
?????目錄???????????0??2018-04-10?15:52??VLPR-master\VLPR\VLPR\Debug\
?????文件????????5616??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\BuildLog.htm
?????文件?????????606??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\VLPR.exe.intermediate.manifest
?????文件???????89532??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\main.obj
?????文件???????80080??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\moc_vlpr.obj
?????文件??????????64??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\mt.dep
?????文件???????13672??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\qrc_vlpr.obj
?????文件??????162184??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\qt.res
?????文件??????164229??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\utility.obj
?????文件??????773120??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\vc90.idb
?????文件?????1159168??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\vc90.pdb
?????文件??????195313??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Debug\vlpr.obj
?????目錄???????????0??2018-04-10?15:52??VLPR-master\VLPR\VLPR\GeneratedFiles\
?????目錄???????????0??2018-04-10?15:52??VLPR-master\VLPR\VLPR\GeneratedFiles\Debug\
?????文件????????3635??2017-04-16?17:18??VLPR-master\VLPR\VLPR\GeneratedFiles\Debug\moc_vlpr.cpp
?????目錄???????????0??2018-04-10?15:52??VLPR-master\VLPR\VLPR\GeneratedFiles\Release\
?????文件????????3635??2017-04-16?17:18??VLPR-master\VLPR\VLPR\GeneratedFiles\Release\moc_vlpr.cpp
?????文件?????????639??2017-04-16?17:18??VLPR-master\VLPR\VLPR\GeneratedFiles\qrc_vlpr.cpp
?????文件????????1701??2017-04-16?17:18??VLPR-master\VLPR\VLPR\GeneratedFiles\ui_vlpr.h
?????文件???????????0??2017-04-16?17:18??VLPR-master\VLPR\VLPR\ReadMe.txt
?????目錄???????????0??2018-04-10?15:52??VLPR-master\VLPR\VLPR\Resources\
?????文件??????161862??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Resources\qt.ico
?????文件??????????52??2017-04-16?17:18??VLPR-master\VLPR\VLPR\Resources\qt.rc
............此處省略121個文件信息
評論
共有 條評論