public interface ImgExport
Modifier and Type | Method and Description |
---|---|
<T extends RealType<T> & NativeType<T>> |
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>> |
exportImage(RandomAccessibleInterval<T> img,
BoundingBoxGUI bb,
TimePoint tp,
ViewSetup vs,
double min,
double max)
Exports the image using a predefined min/max
|
boolean |
finish()
Called last when the fusion is finished (e.g.
|
String |
getDescription() |
ImgExport |
newInstance() |
boolean |
parseAdditionalParameters(GenericDialog gd,
SpimData2 spimData)
Parse the additional parameters added before within the bounding box dialog
|
void |
queryAdditionalParameters(GenericDialog gd,
SpimData2 spimData)
Query additional parameters within the bounding box dialog
|
boolean |
queryParameters(SpimData2 spimData,
boolean is16bit)
Query the necessary parameters for the fusion (new dialog has to be made)
|
void |
setXMLData(List<TimePoint> timepointsToProcess,
List<ViewSetup> newViewSetups) |
boolean finish()
<T extends RealType<T> & NativeType<T>> boolean exportImage(RandomAccessibleInterval<T> img, BoundingBoxGUI bb, TimePoint tp, ViewSetup vs)
img
- - Note, in rare cases this can be null (i.e. do nothing)bb
- - the bounding box used to fuse this imagetp
- - the current (new) timepointvs
- - the current (new) viewsetup<T extends RealType<T> & NativeType<T>> boolean exportImage(RandomAccessibleInterval<T> img, BoundingBoxGUI bb, TimePoint tp, ViewSetup vs, double min, double max)
img
- - Note, in rare cases this can be null (i.e. do nothing)bb
- - the bounding box used to fuse this imagetp
- - the current (new) timepointvs
- - the current (new) viewsetupmin
- - define min intensity of this imagemax
- - define max intensity of this imageboolean queryParameters(SpimData2 spimData, boolean is16bit)
void queryAdditionalParameters(GenericDialog gd, SpimData2 spimData)
boolean parseAdditionalParameters(GenericDialog gd, SpimData2 spimData)
gd
- ImgExport newInstance()
String getDescription()
Copyright © 2015–2021 Fiji. All rights reserved.