https://github.com/jeanchilger/image-editor
A simple image editor implemented in order to apply some cv algorithms and techniques.
https://github.com/jeanchilger/image-editor
computer-vision
Last synced: 12 months ago
JSON representation
A simple image editor implemented in order to apply some cv algorithms and techniques.
- Host: GitHub
- URL: https://github.com/jeanchilger/image-editor
- Owner: jeanchilger
- License: gpl-3.0
- Created: 2018-08-23T23:14:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T20:12:15.000Z (over 5 years ago)
- Last Synced: 2025-04-09T00:51:15.778Z (about 1 year ago)
- Topics: computer-vision
- Language: JavaScript
- Homepage: https://jeanchilger.github.io/image-editor
- Size: 6.74 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://docs.opencv.org/3.4.0/d5/d10/tutorial_js_root.html "OpecvJS Tutorials")
# 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](https://www.uffs.edu.br/campi/chapeco)' *computer vision study group*.
Developed by [Jean Carlo Hilger](https://github.com/jeanchilger) and [Junior Vitor Ramisch](https://github.com/arufonsekun). *
## 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](https://jeanchilger.github.io/image-editor) 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](https://github.com/JeanCHilger/image-editor/archive/master.zip) and decompress the zip file and open the `index.html` file with any browser.