MCPcopy Create free account
hub / github.com/DennisLiu1993/Fastest_Image_Pattern_Matching / CELCVMatchToolApp

Method CELCVMatchToolApp

MatchTool/MatchTool.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22// CELCVMatchToolApp 建構
23
24CELCVMatchToolApp::CELCVMatchToolApp()//123
25{
26 // 支援重新啟動管理員
27 m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
28
29 // TODO: 在此加入建構程式碼,
30 // 將所有重要的初始設定加入 InitInstance 中
31}
32
33
34// 唯一一個 CELCVMatchToolApp 物件

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected