This commit is contained in:
2025-12-18 10:40:08 +01:00
parent f2754cba35
commit 321a7e5b39
21 changed files with 1569 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from funkcje.obraz import Obraz
obrazek = Obraz("/home/adasiek/Documents/03_foto/00_adam_amerigo_small.png")
if obrazek.load_image():
obrazek.show_image()
# obrazek.transform_equalize_histogram()
# obrazek.show_image_other()
obrazek.transform_smoothing()
obrazek.show_image_other()
else:
print("Some error")