A simple web based image editor implemented in order to apply some Computer Vision algorithms and techniques. The algorithms and techniques were in the most developed at the UFFS' computer vision study group.
Developed by Jean Carlo Hilger and Junior Vitor Ramisch. *
-
General Tools:
- Pen
- Resize
- Rotate
- Cut Image
- Text
- Flip vertically and horizontally
-
Filters:
- Blur
- Pixelize
- Sepia
- Gray Scale
- Negative
- Cartoon
-
Binarization
- Thresholding
- Laplace
- Sobel
- Canny
-
Morpholigical Operations
- Erosion
- Dilation
- Opening
- Closing
- Morphological Gradient
- Top Hat
- Black Hat
To use this web based image-editor you can access this link or download the files as follows:
git clone https://github.com/JeanCHilger/image-editor.git
cd image-editor
- Linux
xdg-open index.html
- Windows
start index.html
- MacOSX
open index.html
Or simply download and decompress the zip file and open the index.html
file with any browser.