Choki is a simple image processing app that allows you to import images, crop them, and display them.
- Import Images: Import images from a specified directory.
- Crop Images: Apply image cropping using morphological operations.
- Display Images: Navigate through imported images and display them.
- Run the
main.pyfile to launch the application. - Click the "Import" button to import images from a directory.
- Click the "Crop" button to apply white noise cropping to the images.
- Navigate through images using the forward and backward buttons.
- Close the app when done.
- Python 3.x
- OpenCV (
cv2) - Pillow (
PIL) - Tkinter


