| | |
| | | int m_nDefectNumJudgeRV; |
| | | int m_nDefectNumJudgeTR; |
| | | int m_nDefectNumJudgePR; |
| | | int m_nDefectNumJudgePT; //< KEJ 20231123 - #4669 ADD > |
| | | /*< LHS 20211029 - #3783 MOD Start >*/ |
| | | int m_nDefectNumJudgeLine; |
| | | /*< LHS 20211029 - #3783 MOD End >*/ |
| | |
| | | int m_nDefectNumJudgeRV; |
| | | int m_nDefectNumJudgeTR; |
| | | int m_nDefectNumJudgePR; |
| | | int m_nDefectNumJudgePT; //< KEJ 20231123 - #4669 ADD > |
| | | /*< LHS 20211029 - #3783 MOD Start >*/ |
| | | int m_nDefectNumJudgeLine; |
| | | /*< LHS 20211029 - #3783 MOD End >*/ |
| | |
| | | int m_nPixelConv; // pixel 단위 좌표 |
| | | int m_nPixelScan; // pixel 단위 좌표 |
| | | |
| | | short m_nPixelSize; // 결함크기 ---------------------------------PS |
| | | /* < KMH 20220707 : #4230 MOD Start > */ |
| | | // 범위 벗어나서 음수로 표기되면 D_Col Fail |
| | | //short m_nPixelSize; // 결함크기 ---------------------------------PS |
| | | int m_nPixelSize; // 결함크기 ---------------------------------PS |
| | | /* < KMH 20220707 : #4230 MOD End > */ |
| | | short/*SERVER_DefectType*/ m_DefectType; // 결함 타입 ---------------------------------DT |
| | | short/*SERVER_DefectSubType*/ m_DefectSubType; // 결함의 판정상태. |
| | | short/*SERVER_DefectBDType*/ m_DefectBDType; // 결함 타입 - Bright, Dark, Both |
| | |
| | | short m_nStackStepCount; // Stack 수 |
| | | short m_nStackColorIdx; // Color를 선택하는 인덱스. |
| | | //CString m_strStackStep[CFDEFECT_STACKCOUNT]; // Stack Step. |
| | | char m_strStackFirst[60]; // Stack Step. //201221 CJH - 최대 사이즈 60bytes |
| | | /* < KMH 20220712 : #4230 MOD Start > */ |
| | | // char m_strStackFirst[60]; // Stack Step. //201221 CJH - 최대 사이즈 60bytes |
| | | char m_strStackFirst[400]; // Stack Step. // 400 bytes 확장요청 : SDC 채승석P |
| | | /* < KMH 20220712 : #4230 MOD End > */ |
| | | char m_strUnitID[16]; // 유닛아이디 |
| | | |
| | | int m_ClassificationType; // enum ClassificationType { ClassType_None= 0, ClassType_PI_Over= 1, ClassType_PI_Under= 2, ClassType_TFE_Circle= 3, ClassType_Bubble, ClassType_Scratch, ClassType_Particle}; Classification Type, PI나 TFE등 추가 분류 알고리즘 적용 결과. |