개요
픽셀의 값이 문턱치를 기준으로 분류 하기위하여 사용 하는 방법 메모
내용
import cv2
...
ret, filtered_frame = cv2.threhold(frame, threshold, 255, cv2.THRESH_BINARY)
개요
픽셀의 값이 문턱치를 기준으로 분류 하기위하여 사용 하는 방법 메모
내용
import cv2
...
ret, filtered_frame = cv2.threhold(frame, threshold, 255, cv2.THRESH_BINARY)