| | |
| | | BOOL GetResultImage(int nCameraIndex, CCHImageData* pImageData); |
| | | BOOL SaveResultImage(int nCameraIndex, const CString& strFilename); |
| | | void SetSaveImageBasePath(CString strPath); |
| | | void SetSaveImageOKPath(CString strPath); |
| | | void SetSaveImageNGPath(CString strPath); |
| | | void SetAlignType(BOOL nAlignType); |
| | | //#3357 KYH Align Image 초기화 ADD START |
| | | void SetAlignClearImage(); |
| | |
| | | int m_nProcessStatus; |
| | | int m_nViewMode; |
| | | CString m_strSaveImageBasePath; |
| | | CString m_strSaveImageOKPath; |
| | | CString m_strSaveImageNGPath; |
| | | CAlignRecipe m_AlignRecipe; |
| | | CAlignResult m_AlignResult; |
| | | VectorAutoLightControl m_vecAutoLightControl; |