Merge branch 'local' into develop

This commit is contained in:
zhouchengrong
2024-06-17 10:46:09 +08:00
72 changed files with 5667 additions and 45 deletions

View File

@@ -382,7 +382,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)