public class GeometricHashing extends InterestPointRegistration
| Modifier and Type | Field and Description |
|---|---|
static int |
defaultModel |
static boolean |
defaultRegularize |
protected GeometricHashingParameters |
ghParams |
protected TransformationModel |
model |
protected RANSACParameters |
ransacParams |
| Constructor and Description |
|---|
GeometricHashing(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() |
GeometricHashing |
newInstance(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
List<ChannelProcess> channelsToProcess) |
protected GeometricHashingPairwise |
pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
boolean |
parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType)
queries the questions asked before
|
getChannelsToProcess, getSpimData, getStatistics, getViewIdsToProcess, register, runGlobalOptpublic static int defaultModel
public static boolean defaultRegularize
protected TransformationModel model
protected RANSACParameters ransacParams
protected GeometricHashingParameters ghParams
public GeometricHashing(SpimData2 spimData, List<ViewId> viewIdsToProcess, List<ChannelProcess> channelsToProcess)
protected GeometricHashingPairwise pairwiseMatchingInstance(PairwiseMatch pair, String description)
pairwiseMatchingInstance in class InterestPointRegistrationpair - - which pair to comparedescription - - a description String which pairs are comparedprotected TransformationModel getTransformationModel()
getTransformationModel in class InterestPointRegistrationpublic GeometricHashing newInstance(SpimData2 spimData, List<ViewId> viewIdsToProcess, List<ChannelProcess> channelsToProcess)
newInstance in class InterestPointRegistrationpublic String getDescription()
getDescription in class InterestPointRegistrationpublic void addQuery(GenericDialog gd, Interest_Point_Registration.RegistrationType registrationType)
InterestPointRegistrationaddQuery in class InterestPointRegistrationregistrationType - - which kind of registrationpublic boolean parseDialog(GenericDialog gd, Interest_Point_Registration.RegistrationType registrationType)
InterestPointRegistrationparseDialog in class InterestPointRegistrationregistrationType - - which kind of timeseries registrationCopyright © 2015–2021 Fiji. All rights reserved.