close
ActivVisionTool是好幾年前的影像量測工具, 下面這段範例程式看起來像是原廠底層activeX元件沒寫好, 竟然要寫一個GC.Collect()在自身的Live取像程式Event內, 不加入就會發生memory leakage喔!
關閉程式, 自動儲存DSC參數檔案
儲存: AxAVTView1.ExitApplication(True)
確認EnableWriteToDSCFile==True
不儲存: AxAVTView1.ExitApplication(False)
m_AVTView.SetEnableWriteToDSCFile(FALSE);
Keep in mind that the DSC files, which store the settings, reside in the same directory as the executable
-------------------------------------------------
MFC範例
The Standard Execution Cycle
目前只用到ActiveAlignment
上圖中Decision應該類似分類器Classifier功能, 雖然沒用過@@
下圖是image(data flow)經過各個工具的流程(框架)
全站熱搜
留言列表