Skip to content

Commit

Permalink
[#2] fix: 모폴로지 닫힘 연산 적용 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuchanghoon committed Feb 11, 2025
1 parent 772538c commit 2194c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reduce_noise_morphology.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

closed = cv2.morphologyEx(image, cv2.MORPH_CLOSE, kernel)
cv2.namedWindow('Closed', cv2.WINDOW_NORMAL)
cv2.imshow('Closed', opened)
cv2.imshow('Closed', closed)


# ------ 모폴로지 열림 후 닫힘 -------
Expand Down

0 comments on commit 2194c44

Please sign in to comment.