From a85f4cc17f8775845a2d9dbc359826663ede2fe0 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 04 6월 2021 17:52:11 +0900 Subject: [PATCH] Ongoing80 #3417 CF AOI Review 전설비 Log Process개선 - LOG 뷰어 리스트 박스로 변경 - 시퀀스 쓰레드에서 로그 발생기 로그 쓰레드로 메시지로 전송 후 바로 다음 업무 처리 --- ReviewSystem/ReviewSystem/CameraControlAlign.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ReviewSystem/ReviewSystem/CameraControlAlign.h b/ReviewSystem/ReviewSystem/CameraControlAlign.h index 345607a..911ae51 100644 --- a/ReviewSystem/ReviewSystem/CameraControlAlign.h +++ b/ReviewSystem/ReviewSystem/CameraControlAlign.h @@ -101,7 +101,9 @@ enum AlignViewMode { View_Camera=0, View_Result, View_Template, View_Matching }; enum AlignResult { Align_Fail=-2, Align_TempFail=-1, Align_None=0, Align_Success=1 }; +//#3357 KYH Align Image 珥덇린�솕 ADD START enum AlignFinderType { AlignFinderType_Normal = 0, AlignFinderType_Corner, AlignFinderType_Extend, AlignFinderType_count }; //210330 kyh 異붽� +//#3357 KYH Align Image 珥덇린�솕 ADD END interface IAlignCameraControl2Parent { @@ -134,7 +136,9 @@ BOOL SaveResultImage(int nCameraIndex, const CString& strFilename); void SetSaveImageBasePath(CString strPath); void SetAlignType(BOOL nAlignType); - void SetAlignClearImage(); //210330 kyh Align �씠誘몄� 珥덇린�솕 + //#3357 KYH Align Image 珥덇린�솕 ADD START + void SetAlignClearImage(); + //#3357 KYH Align Image 珥덇린�솕 ADD END CAlignResult FindAlignMark(const VectorString& vectorFilename); BOOL FindAlignMark(int nCameraIdx); -- Gitblit v1.9.3