It is to test image processing algorithms in Python independently from the command line screen.
Python’da en çok kullanılan Face Detection (Yüz Algılama), Object Detection (Nesne Algılama) , OCR (Karakter Algılama) , Edge Detection (Köşe Algılama), Image Gradients ( Görsel Gradyanları ), Convexity Defects (Dış Bükeylik Kusurları) , Smoothing Images (Görsel Bulanıklaştırma) ,Image Pyramids (Görüntü Piramitleri) olarak görüntü işleme alanında kullanılan algoritmaların görsel bir şekilde kullanıcı etkileşiminin sağlanabilmesidir.
Try image processing filters independently from the command line, with the modern interface developed in Tkinter
Perform face and object detection using pre-trained deep learning models.
Test many image processing filters such as face detection, object detection, smoothing using Image Processing filters
Process images on all platforms thanks to software developed using the Python Programming Language