Interface | Description |
---|---|
OutputAlgorithm<T> |
TODO - This interface was created from ImgLib's Algorithm + OutputAlgorithm.
|
Class | Description |
---|---|
Binner<T extends RealType<T>> |
Reduces the size of an image by integral scale factors.
|
CropImage |
Replaces the pixels of an input Dataset by cropping in X + Y using its
currently selected region.
|
DuplicateImage |
Duplicates data from one input display to an output display.
|
DuplicateImageContext |
Context menu plugin for Duplicate command.
|
GaussianBlur<T extends RealType<T>> |
Does an in place Gaussian blur noise reduction operation on a
Dataset
. |
ImgLibDataTransform |
Runs an ImgLib
OutputAlgorithm , assigning the created image to the
input Dataset. |
NanBackground |
Fills the background pixels of an image with NaN.
|
ResizeImage<T extends RealType<T>> |
Resamples an existing image into a Dataset of specified dimensions.
|
ResliceImage<T extends RealType<T>> |
Updates dimensions and data values of an image
Dataset . |
RotateImageXY<T extends RealType<T>> |
Rotates an existing image by a user specified angle.
|
SaltAndPepper |
Adds salt and pepper noise to an image.
|
TranslateImage<T extends RealType<T>> |
Translates an existing image by a set of possibly nonintegral deltas.
|
Copyright © 2014–2022 ImageJ. All rights reserved.