Merge remote-tracking branch 'refs/remotes/origin/develop'

This commit is contained in:
zhouchengrong
2024-07-09 09:38:36 +08:00
77 changed files with 6095 additions and 205 deletions

View File

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