Modifier and Type | Method and Description |
---|---|
static Interest_Point_Registration.RegistrationType |
Interest_Point_Registration.RegistrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interest_Point_Registration.RegistrationType[] |
Interest_Point_Registration.RegistrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
InterestPointRegistration.addQuery(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType)
adds the questions this registration wants to ask
|
abstract boolean |
InterestPointRegistration.parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType)
queries the questions asked before
|
Modifier and Type | Method and Description |
---|---|
void |
CenterOfMass.addQuery(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
boolean |
CenterOfMass.parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
Modifier and Type | Method and Description |
---|---|
void |
RGLDM.addQuery(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
boolean |
RGLDM.parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
Modifier and Type | Method and Description |
---|---|
void |
GeometricHashing.addQuery(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
boolean |
GeometricHashing.parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
Modifier and Type | Method and Description |
---|---|
void |
IterativeClosestPoint.addQuery(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
boolean |
IterativeClosestPoint.parseDialog(GenericDialog gd,
Interest_Point_Registration.RegistrationType registrationType) |
Copyright © 2015–2021 Fiji. All rights reserved.