이미지 검사
● | 이미지에 대한 검사를 사용하여 훈련된 모델에 대해 평가합니다. |
프로세스는 간단합니다.
a. | 샘플 이미지를 모델에 맞게 재정렬합니다. |
b. | 그레이 레벨이 정규화됩니다. |
c. | This gray-level is combined with the high and low threshold images to populate an ECodedImage2. |
d. | 계산된 블롭은 임계값 이미지에 의해 정의된 범위를 벗어나 잠재적인 결함을 나타내는 픽셀로 구성됩니다. |
재정렬된 이미지
낮은 임계값 및 높은 임계값 이미지
검사 후 발견된 결함
● | When the inspection is done, you can discard the smaller defects (usually noise), as well as measure the geometric characteristics (location, size, orientation...) using the standard EasyObject processes. |
● | To perform the inspection, use the method EChecker2::Inspect. |