tomas专题

【OpenCV】82 角点检测—shi-tomas角点检测

82 角点检测—shi-tomas角点检测 代码 import numpy as npimport cv2 as cvdef process(image, opt=1):# Detecting cornersgray = cv.cvtColor(image, cv.COLOR_BGR2GRAY)corners = cv.goodFeaturesToTrack(gray, 100, 0.05,