public class IterativeClosestPoint extends InterestPointRegistration
Modifier and Type | Field and Description |
---|---|
static int |
defaultModel |
static boolean |
defaultRegularize |
protected TransformationModel |
model |
protected IterativeClosestPointParameters |
parameters |
Constructor and Description |
---|
IterativeClosestPoint(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
Modifier and Type | Method and Description |
---|---|
void |
addQuery(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType)
adds the questions this registration wants to ask
|
String |
getDescription() |
protected TransformationModel |
getTransformationModel() |
IterativeClosestPoint |
newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
protected IterativeClosestPointPairwise |
pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
boolean |
parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType)
queries the questions asked before
|
getChannelsToProcess, getSpimData, getStatistics, getViewIdsToProcess, register, runGlobalOpt
public static int defaultModel
public static boolean defaultRegularize
protected TransformationModel model
protected IterativeClosestPointParameters parameters
public IterativeClosestPoint(SpimData2 spimData, List<ViewId> viewIdsToProcess, List<ChannelProcess> channelsToProcess)
protected IterativeClosestPointPairwise pairwiseMatchingInstance(PairwiseMatch pair, String description)
pairwiseMatchingInstance
in class InterestPointRegistration
pair
- - which pair to comparedescription
- - a description String which pairs are comparedprotected TransformationModel getTransformationModel()
getTransformationModel
in class InterestPointRegistration
public void addQuery(GenericDialog gd, Interest_Point_Registration.RegistrationType registrationType)
InterestPointRegistration
addQuery
in class InterestPointRegistration
registrationType
- - which kind of registrationpublic boolean parseDialog(GenericDialog gd, Interest_Point_Registration.RegistrationType registrationType)
InterestPointRegistration
parseDialog
in class InterestPointRegistration
registrationType
- - which kind of timeseries registrationpublic IterativeClosestPoint newInstance(SpimData2 spimData, List<ViewId> viewIdsToProcess, List<ChannelProcess> channelsToProcess)
newInstance
in class InterestPointRegistration
public String getDescription()
getDescription
in class InterestPointRegistration
Copyright © 2015–2021 Fiji. All rights reserved.