Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.44 KB

README.md

File metadata and controls

64 lines (53 loc) · 1.44 KB

Module

Image Editor

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. *

Core Functionalities

  • 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

Usage

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.