Modifier and Type | Field and Description |
---|---|
static ArrayList<BoundingBoxGUI> |
Image_Fusion.staticBoundingBoxAlgorithms |
static ArrayList<BoundingBoxGUI> |
Define_Bounding_Box.staticBoundingBoxAlgorithms |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<ViewSetup,ViewSetup> |
Fusion.createNewViewSetups(BoundingBoxGUI bb)
Set up the list of new viewsetups that are created with this fusion.
|
void |
Fusion.defineNewViewSetups(BoundingBoxGUI bb) |
abstract boolean |
Fusion.fuseData(BoundingBoxGUI bb,
ImgExport exporter)
Fuses and saves/displays
|
Modifier and Type | Class and Description |
---|---|
class |
AutomaticBoundingBox |
class |
AutomaticReorientation |
class |
BigDataViewerBoundingBox |
class |
PreDefinedBoundingBox |
Modifier and Type | Method and Description |
---|---|
BoundingBoxGUI |
BoundingBoxGUI.newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess) |
Constructor and Description |
---|
MinFilterThreshold(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
Channel channel,
TimePoint timepoint,
BoundingBoxGUI bb,
double background,
int discardedObjectSize,
boolean loadSequentially,
boolean displaySegmentationImage) |
Modifier and Type | Method and Description |
---|---|
protected Map<ViewSetup,ViewSetup> |
EfficientBayesianBased.createNewViewSetups(BoundingBoxGUI bb) |
protected void |
EfficientBayesianBased.displayParametersAndPSFs(BoundingBoxGUI bb,
Channel channel,
HashMap<Channel,ChannelPSF> extractPSFLabels) |
boolean |
EfficientBayesianBased.fuseData(BoundingBoxGUI bb,
ImgExport exporter) |
Constructor and Description |
---|
ProcessForDeconvolution(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
BoundingBoxGUI bb,
int[] blendingBorder,
int[] blendingRange) |
Modifier and Type | Method and Description |
---|---|
<T extends RealType<T> & NativeType<T>> |
DisplayImage.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
String title) |
<T extends RealType<T> & NativeType<T>> |
Save3dTIFF.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs) |
<T extends RealType<T> & NativeType<T>> |
ImgExport.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs)
Exports the image (min and max intensity will be computed)
|
<T extends RealType<T> & NativeType<T>> |
ExportSpimData2TIFF.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs) |
<T extends RealType<T> & NativeType<T>> |
ExportSpimData2HDF5.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs) |
<T extends RealType<T> & NativeType<T>> |
DisplayImage.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs) |
<T extends RealType<T> & NativeType<T>> |
AppendSpimData2HDF5.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs) |
<T extends RealType<T> & NativeType<T>> |
AppendSpimData2.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs) |
<T extends RealType<T> & NativeType<T>> |
Save3dTIFF.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max) |
<T extends RealType<T> & NativeType<T>> |
ImgExport.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max)
Exports the image using a predefined min/max
|
<T extends RealType<T> & NativeType<T>> |
ExportSpimData2TIFF.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max) |
<T extends RealType<T> & NativeType<T>> |
ExportSpimData2HDF5.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max) |
<T extends RealType<T> & NativeType<T>> |
DisplayImage.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max) |
<T extends RealType<T> & NativeType<T>> |
AppendSpimData2HDF5.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max) |
<T extends RealType<T> & NativeType<T>> |
AppendSpimData2.exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
static Map<ViewSetup,ViewSetup> |
WeightedAverageFusion.assembleNewViewSetupsFusion(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
BoundingBoxGUI bb,
String newAngleName,
String newIlluminationName)
Creates one new Angle and one new Illumination for the fused dataset.
|
static Map<ViewSetup,ViewSetup> |
WeightedAverageFusion.assembleNewViewSetupsSequential(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
BoundingBoxGUI bb)
Duplicates all Angles and Illuminations that are processed.
|
protected Map<ViewSetup,ViewSetup> |
WeightedAverageFusion.createNewViewSetups(BoundingBoxGUI bb) |
boolean |
WeightedAverageFusion.fuseData(BoundingBoxGUI bb,
ImgExport exporter) |
Copyright © 2015–2021 Fiji. All rights reserved.