Modifier and Type | Method and Description |
---|---|
static Image<FloatType> |
FourierConvolution.createGaussianKernel(ContainerFactory factory,
double[] sigmas) |
static Image<FloatType> |
FourierConvolution.createGaussianKernel(ContainerFactory factory,
double[] sigmas,
int precision) |
static Image<FloatType> |
FourierConvolution.createGaussianKernel(ContainerFactory factory,
double sigma,
int numDimensions) |
Modifier and Type | Method and Description |
---|---|
protected Image<B> |
ScaleSpace.computeScaleSpace(Image<B> image,
double[] sigma,
double norm,
ContainerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DirectAccessContainerFactory
TODO
|
class |
PixelGridContainerFactory
TODO
|
Modifier and Type | Method and Description |
---|---|
ContainerFactory |
ContainerImpl.getFactory() |
ContainerFactory |
Container.getFactory() |
Constructor and Description |
---|
ContainerImpl(ContainerFactory factory,
int[] dim) |
DirectAccessContainerImpl(ContainerFactory factory,
int[] dim,
int entitiesPerPixel) |
PixelGridContainerImpl(ContainerFactory factory,
int[] dim,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayContainerFactory
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
CellContainerFactory
TODO
|
Constructor and Description |
---|
CellContainer(ContainerFactory factory,
A creator,
int[] dim,
int[] cellSize,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantContainerFactory
TODO
|
Modifier and Type | Method and Description |
---|---|
ContainerFactory |
ConstantContainer.getFactory() |
Modifier and Type | Class and Description |
---|---|
class |
DynamicContainerFactory
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusContainerFactory
Factory that creates an appropriate
ImagePlusContainer . |
Modifier and Type | Class and Description |
---|---|
class |
PlanarContainerFactory
Factory that creates an appropriate
PlanarContainer . |
Modifier and Type | Class and Description |
---|---|
class |
ShapeListContainerFactory
TODO
|
Modifier and Type | Method and Description |
---|---|
ContainerFactory |
ImageFactory.getContainerFactory() |
ContainerFactory |
Image.getContainerFactory()
Returns the
ContainerFactory of this Image . |
Constructor and Description |
---|
ImageFactory(T type,
ContainerFactory containerFactory) |
Modifier and Type | Class and Description |
---|---|
class |
PredefinedCellContainerFactory
TODO
|
Constructor and Description |
---|
AverageContent(ViewDataBeads view,
ContainerFactory entropyContainer) |
AverageContentFactory(ContainerFactory avgContentContainer) |
EntropyFast(ViewDataBeads view,
ContainerFactory entropyContainerFactory) |
EntropyFastFactory(ContainerFactory entropyContainer) |
GaussContent(ViewDataBeads view,
ContainerFactory entropyContainer) |
GaussContentFactory(ContainerFactory gaussContentContainer) |
Modifier and Type | Method and Description |
---|---|
static Image<FloatType> |
EntropyFloatArray3D.computeEntropy(Image<FloatType> image,
ContainerFactory entropyType,
int histogramBins,
int windowSizeX,
int windowSizeY,
int windowSizeZ) |
static Image<FloatType> |
Entropy.computeEntropy(Image<FloatType> img,
ContainerFactory entropyType,
int histogramBins,
int windowSizeX,
int windowSizeY,
int windowSizeZ) |
Modifier and Type | Field and Description |
---|---|
ContainerFactory |
SPIMConfiguration.inputImageFactory |
ContainerFactory |
SPIMConfiguration.processImageFactory |
Modifier and Type | Method and Description |
---|---|
Image<FloatType> |
ViewDataBeads.getImage(ContainerFactory imageFactory)
The link to the input image of this view normalized to [0...1]
|
Image<FloatType> |
ViewDataBeads.getImage(ContainerFactory imageFactory,
boolean normalize)
The link to the input image of this view
|
Modifier and Type | Field and Description |
---|---|
static ContainerFactory |
StitchingParameters.phaseCorrelationFactory
If we cannot wrap, which factory do we use for computing the phase correlation
|
Copyright © 2015–2021 Fiji. All rights reserved.