Skip to content

A basic greyscale image processing tool with support for inversion, contrast enhancement, smoothening, sharpening, edge detection, Hough transform, and rescaling.

License

Notifications You must be signed in to change notification settings

dnleng/image-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic greyscale image processing tool with support for inversion, contrast enhancement, smoothening, sharpening, edge detection, Hough transform, and rescaling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages