Skip to content

A simple toolbox which does Red-Eye Reduction and Segmentation based Selective Blurring of Images. Has a simple Tkinter based GUI, which accepts images and performs the selected functions.

Notifications You must be signed in to change notification settings

architsharma97/ImageToolbox

Repository files navigation

About

This repository hosts a very basic Image Toolbox, which can perform the following two functions:

  • Red-eye Reduction: Given a front potrait color image, the toolbox will try to reduce the red-eye effect, typically caused by flash photography.
  • Selective Blurring: Given a color image and Rectangular Bounding Box, the toolbox will segment the object based on GrabCut algorithm and produce a motion-blur like effect for the background.

The functions come with a very basic self-explanatory GUI designed in Tkinter. It needs the following packages: NumPy, PIL, OpenCV, Tkinter. To run the application:

python main.py

About

A simple toolbox which does Red-Eye Reduction and Segmentation based Selective Blurring of Images. Has a simple Tkinter based GUI, which accepts images and performs the selected functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages