Modifier and Type | Field and Description |
---|---|
ArrayList<ChannelProcess> |
Visualize_Detections.Params.channelsToProcess |
Modifier and Type | Method and Description |
---|---|
static void |
Visualize_Detections.visualize(SpimData2 spimData,
List<ViewId> viewIds,
ArrayList<ChannelProcess> channelsToProcess,
int detections,
double downsample,
boolean displayInput) |
Constructor and Description |
---|
Params(ArrayList<ChannelProcess> channelsToProcess,
int detections,
double downsample,
boolean displayInput) |
Modifier and Type | Method and Description |
---|---|
List<ChannelProcess> |
InterestPointRegistration.getChannelsToProcess() |
Modifier and Type | Method and Description |
---|---|
abstract InterestPointRegistration |
InterestPointRegistration.newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Constructor and Description |
---|
InterestPointRegistration(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess)
Instantiate the interest point registration.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelProcessThinOut |
Modifier and Type | Method and Description |
---|---|
protected Pair<AffineTransform3D,double[]> |
AutomaticReorientation.determineOptimalBoundingBox(ArrayList<ChannelProcess> channelsToUse,
int detections) |
protected Pair<double[],double[]> |
AutomaticReorientation.determineSizeSimple(ArrayList<ChannelProcess> channelsToUse,
int detections) |
protected List<double[]> |
AutomaticReorientation.getAllDetectionsInGlobalCoordinates(ArrayList<ChannelProcess> channelsToUse,
int detections) |
Modifier and Type | Method and Description |
---|---|
ChannelProcess |
MatchPointList.getChannelProcessed() |
ChannelProcess |
PairwiseMatch.getChannelProcessedA() |
ChannelProcess |
PairwiseMatch.getChannelProcessedB() |
Constructor and Description |
---|
MatchPointList(List<InterestPoint> interestpointList,
ChannelProcess channel) |
Modifier and Type | Method and Description |
---|---|
CenterOfMass |
CenterOfMass.newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Constructor and Description |
---|
CenterOfMass(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Modifier and Type | Method and Description |
---|---|
RGLDM |
RGLDM.newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Constructor and Description |
---|
RGLDM(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Modifier and Type | Method and Description |
---|---|
GeometricHashing |
GeometricHashing.newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Constructor and Description |
---|
GeometricHashing(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Modifier and Type | Method and Description |
---|---|
IterativeClosestPoint |
IterativeClosestPoint.newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Constructor and Description |
---|
IterativeClosestPoint(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Modifier and Type | Method and Description |
---|---|
protected static ChannelProcess |
GlobalOptimizationType.getChannelProcessForChannel(List<ChannelProcess> cpList,
Channel c) |
Modifier and Type | Method and Description |
---|---|
protected static HashSet<ViewId> |
ReferenceTimepointRegistration.assembleFixedTiles(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess,
TimePoint referenceTimepoint)
All tiles of the reference timepoint are fixed, nothing else
|
<M extends Model<M>> |
GlobalOptimizationSubset.computeGlobalOpt(M model,
GlobalOptimizationType type,
SpimData2 spimData,
List<ChannelProcess> channelsToProcess,
String description) |
protected static ChannelProcess |
GlobalOptimizationType.getChannelProcessForChannel(List<ChannelProcess> cpList,
Channel c) |
Constructor and Description |
---|
AllToAllRegistration(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess,
boolean considerTimePointsAsUnit) |
AllToAllRegistrationWithRange(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess,
int range,
boolean considerTimePointsAsUnit) |
GlobalOptimizationType(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess,
boolean considerTimePointsAsUnit) |
IndividualTimepointRegistration(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
ReferenceTimepointRegistration(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess,
TimePoint referenceTimepoint,
boolean considerTimePointsAsUnit) |
Copyright © 2015–2021 Fiji. All rights reserved.