Knlsharma / Image-Processing-Tasks

Home Page:https://knlsharma.github.io/blog/2019/03/11/Image-Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Processing

Image processing deals with image-to-image transformation. The input and output of image processing are both images.

List of operation in src

  • Face Detection (Using OpenCV)
  • Negative Image conversion
  • GreeyScale Conversion
  • Image Orientation
  • RGB Effect
  • Watermark
  • Random Pixel
  • Mirror Image
  • Brighter Effect
  • Contrast Effect

Prerequisite

  1. Need of java to be installed in required system.
  2. For Face Detection code there is need to install native - core installed in system.

Build and Run

  1. Either you can use IDE or CMD.
  2. clean and build.
  3. run

Output Images

  • Original Image

Image


  • Negative image

Image


  • Grey Scale

Image


  • Random Image Generator

Image


  • RGB Coded

Image


Image


Image


  • Mirror Image

Image


  • Enhancement Image

Image


  • Oriented Image

    Image

  • Water-Marked Image

Image


For more detail theories read [my Blog on Image Processing](https://knlsharma.github.io/blog/2019/03/11/Image-Processing).

About

https://knlsharma.github.io/blog/2019/03/11/Image-Processing

License:Other


Languages

Language:Java 100.0%