close

ActivVisionTool是好幾年前的影像量測工具, 下面這段範例程式看起來像是原廠底層activeX元件沒寫好, 竟然要寫一個GC.Collect()在自身的Live取像程式Event內, 不加入就會發生memory leakage喔!

image

關閉程式, 自動儲存DSC參數檔案

image

儲存: 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範例

image

The Standard Execution Cycle

image

目前只用到ActiveAlignment

上圖中Decision應該類似分類器Classifier功能, 雖然沒用過@@

下圖是image(data flow)經過各個工具的流程(框架)

image


image

arrow
arrow
    全站熱搜

    me1237guy 發表在 痞客邦 留言(0) 人氣()