MCPcopy Index your code
hub / github.com/YikiDragon/SolarPanelDefectDetect / correct

Function correct

image_utils.py:9–121  ·  view source on GitHub ↗

太阳能板姿态校正 :param image: 待校正图像 :param hist_th: 直方图双峰判断阈值,设在直方图里两波峰之间,实验综合最佳值为25 :param approx_eps: 四边形逼近系数初值,会动态调整 :param debug: 调试开关,默认关闭 :return: img_K 校正后图像

(image: np.ndarray, hist_th=25, approx_eps=0.01, debug=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

autosegment.pyFile · 0.90
do_detectMethod · 0.90
image_utils.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected