Skip to content

Develop a human-machine interface (HMI) (Image below) in java allowing filtering of an image by the Gabor filter

Notifications You must be signed in to change notification settings

reussite/gray-level-image-inversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gray-level-image-inversion

java code that uses the ImageJ library, in order to open an image and convert it to gray, thus obtaining a grayscale image.

IDE used: Netbeans
image processing software integrated into netbeans: ImageJ

some comments on the code

  • The Opener class allows you to find and select a file;
  • The ImagePlus class represents the image; -The new ImageConverter (imp) .convertToGray8 () instruction converts the image contained in the ImagePlus object as an 8-bit grayscale image;
  • The ImageProcessor class allows you to perform pixel operations.

About

Develop a human-machine interface (HMI) (Image below) in java allowing filtering of an image by the Gabor filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages