feat 更新响应模板

fix
This commit is contained in:
zhouchengrong
2024-06-14 14:52:25 +08:00
parent e1bc95c380
commit 5a15312400
2 changed files with 2 additions and 2 deletions

View File

@@ -352,7 +352,7 @@ if __name__ == '__main__':
remove_bg_img = remove_background(luminance)
# cv2.imwrite("remove_bg_img.png", remove_bg_img)
print(1)
# print(1)
cv2.imshow("source", img)
cv2.imshow("levels", equAuto)
cv2.imshow("luminance", luminance)