CristianAbrante / ReactVision

Image processing website created with React for academic purposes.

Home Page:https://cristianabrante.github.io/ReactVision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Markdownify

Simple image processing web app built with React for the subject of Computer Vision at the Computer engineering degree (La Laguna University).

Check out the web!

The web is deployed and tested on Chrome and Safari. It is not responsive (sorry for that 😞).

You can test the webpage here:

Implemented image operations

Images are converted to grayscale before applying any operation. You can apply the following procedures:

  • Linear point operations
    • Gray scale convertion (black and white)
    • Linear picewise adjustment
    • Brightness and contrast adjustment
  • Non - linear point operations
    • Histogram equalization
    • Histogram specification
    • Gamma correction
    • Image difference
    • Changes detection
    • Cross image section
    • Quantization
  • Geometric operations
    • Image flipper
    • Traspose image
    • Scale image
    • Rotate image

Authors

About

Image processing website created with React for academic purposes.

https://cristianabrante.github.io/ReactVision/


Languages

Language:JavaScript 97.2%Language:CSS 1.6%Language:HTML 1.1%