Module imagingbook_plugins_book
Package Ch03_Point_Operations
package Ch03_Point_Operations
-
ClassesClassDescriptionThis ImageJ plugin performs linear histogram equalization on the selected grayscale image, which is modified.This ImageJ performs simple gamma correction (with fixed γ = 2.8) on a 8-bit grayscale image, which is modified.This plugin demonstrates linear (alpha) blending between two images, which are supplied as a
ImageStack
with exactly 2 frames.ImageJ plugin, adapts image intensities to match a Gaussian distribution with specified parameters μ, σ (Match_Gaussian_Histogram.Mean
,Match_Gaussian_Histogram.StdDev
).Adapts image intensities to match a reference histogram that is piecewise-linear.ImageJ plugin, matches the histograms of the supplied images which are supplied as aImageStack
with 2 ore more frames.This ImageJ plugin increases the contrast of the selected grayscale image by 50%.This ImageJ plugin does the same as theRaise_Contrast
plugin but uses the one-dimensional pixel array to read and writes pixel values without calling any intermediate access methods, which is obviously more efficient.