Package ImageJ_Demos

Class Roi_Processing_Demo1

java.lang.Object
ImageJ_Demos.Roi_Processing_Demo1
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Roi_Processing_Demo1 extends Object implements PlugInFilter, JavaDocHelp
This ImageJ plugin shows how an image operation can be confined to the currently selected region of interest (ROI). Note that it uses the ROI attached to the associated ImagePlus instance, which may be of any shape (not just a rectangle). The plugin works for RGB color images and merely inverts the each pixel contained in the ROI.
Version:
2022/04/01