標(biāo)題:
Using C++ to get a video and calculate mean of picture
[打印本頁]
作者:
frank_tw
時間:
2019-6-17 13:43
標(biāo)題:
Using C++ to get a video and calculate mean of picture
Using C++ to get a video and calculate mean of picture
0.png
(6.49 KB, 下載次數(shù): 77)
下載附件
2019-6-17 15:59 上傳
單片機(jī)源程序如下:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include <tchar.h>
//---------------------------------------------------------------------------
USEFORM("Unit1.cpp", Form1);
//---------------------------------------------------------------------------
int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
{
try
{
Application->Initialize();
Application->MainFormOnTaskBar = true;
Application->CreateForm(__classid(TForm1), &Form1);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception("");
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
return 0;
}
//---------------------------------------------------------------------------
復(fù)制代碼
所有資料51hei提供下載:
Video_test.7z
(3.84 MB, 下載次數(shù): 3)
2019-6-17 15:59 上傳
點(diǎn)擊文件名下載附件
下載積分: 黑幣 -5
歡迎光臨 (http://www.torrancerestoration.com/bbs/)
Powered by Discuz! X3.1