Skip to content

This is a Java plugin for the ImageJ image processing program.

Notifications You must be signed in to change notification settings

guzikine/imagej-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple ImageJ Filters

Table of Contents


Features

This plugin is created for the ImageJ image processing program. It has the following filters to manipulate images with:

  • Median Filter - used to reduce noise in the image;
  • Contrast Filter - used to lower the contrast of the image;
  • Sobel X Filter - used to highlight the edges on the X axis;
  • Sobel Y Filter - used to highlight the edges on the Y axis;

Examples

Median Filter

Median

Contrast Filter

Contrast

Sobel X Filter

Sobel X

Sobel Y Filter

Sobel Y


About ImageJ

Everything about the ImageJ image processing program can be read here.


Installation

To use this plugin a couple of things must be done in advance.

  • Download the ImageJ image processing program on your OS. It can be done here;
  • After installation of ImageJ navigate to the following directory:
    ../ImageJ/plugins/Examples
  • Upload the Simple_Filters.java file into this directory;

When the above steps are completed open the ImageJ image processing program, this can be achieved by running the implemented script, which is found in the ImageJ folder:

    ./ImageJ
  • After opening the program go to Plugins -> Compile and Run... : Plugins
  • Then navigate to the folder where you saved the plugin;
  • ImageJ should open the following window:
    Window

About

This is a Java plugin for the ImageJ image processing program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages