Interface | Description |
---|---|
PixelProfileModel<I extends Image<?,I>> |
Interface for classes capable of building "models"
of pixels along a line.
|
Class | Description |
---|---|
AbstractPixelStatisticsModel |
Abstract base class for models based on pixel statistics of an image.
|
BasicDescriptiveStatisticsModel |
A model of the all the values of the pixels in an image or set of images,
using basic descriptive statistics (mean, mode, median, range, variance).
|
BlockHistogramModel |
An array of multidimensional histograms calculated from image pixels
(assumes image is in 0-1 range)
|
FStatisticalPixelProfileModel |
An
FStatisticalPixelProfileModel is a statistical model of pixels
from an FImage sampled along a line. |
HistogramModel |
A multidimensional histogram calculated from image pixels (assumes image is
in 0-1 range)
|
MaskingBlockHistogramModel |
An array of multidimensional histograms calculated from image pixels using a mask
(assumes image is in 0-1 range)
|
MaskingHistogramModel |
A multidimensional histogram calculated from image pixels selected through a mask
(assumes image is in 0-1 range)
|
MBFStatisticalPixelProfileModel |
An
MBFStatisticalPixelProfileModel is a statistical model of pixels
from an MBFImage sampled along a line. |