An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Module](https://img.shields.io/badge/opencvjs-3.4.0-red.svg?style=flat
)](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.