Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 546 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 546 Bytes

Image processor

This is a basic image processing tool written in Java, which I developed as part of my Bachelor's coursework. It only supports greyscale images.

alt text

Transformations

Supported transformations include:

  • Inversion
  • Contrast enhancement
  • Smoothening
  • Sharpening
  • Edge detection (Sowel, Prewitt, Isotropic)
  • Hough transform
  • Rescaling

Running the program

To run:

$ java -jar bin/imageProcessor.jar