Skip to content

A simple image editor implemented in order to apply some cv algorithms and techniques.

License

Notifications You must be signed in to change notification settings

jeanchilger/image-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple image editor implemented in order to apply some cv algorithms and techniques.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published