public class NamePoints extends Object implements FineTuneProgressListener
Modifier and Type | Field and Description |
---|---|
static int |
CORRELATION |
static int |
MEAN_ABSOLUTE_DIFFERENCES |
static int |
MEAN_SQUARED_DIFFERENCES |
static String[] |
methodName |
static int |
NORMALIZED_MUTUAL_INFORMATION |
CANCELLED, COMPLETED
Constructor and Description |
---|
NamePoints() |
Modifier and Type | Method and Description |
---|---|
void |
batchFineTune(String templateImageFilename,
String inputImageFilename,
String outputPointsFilename) |
void |
doRegistration(int method) |
void |
fineTuneNewBestResult(RegistrationResult result) |
void |
fineTuneThreadFinished(int reason,
RegistrationResult result,
FineTuneThread fineTuneThread) |
void |
get(boolean mineOnly) |
void |
load() |
boolean |
loadAtStart() |
void |
mark(int i) |
void |
reset() |
void |
reset(int i) |
void |
save(String fileType) |
void |
setDefaultTemplate() |
void |
setDefaultTemplate(String defaultTemplateImageFilename) |
void |
show(int i) |
void |
stopFineTuneThreads() |
void |
updateBest(RegistrationResult r) |
void |
upload() |
void |
useFineTuneResult() |
void |
useFineTuneResult(RegistrationResult r) |
boolean |
useTemplate(String possibleTemplateImageFilename) |
public static final int MEAN_ABSOLUTE_DIFFERENCES
public static final int MEAN_SQUARED_DIFFERENCES
public static final int CORRELATION
public static final int NORMALIZED_MUTUAL_INFORMATION
public static final String[] methodName
public void show(int i)
public void save(String fileType)
public void reset(int i)
public void reset()
public void mark(int i)
public void get(boolean mineOnly)
public void upload()
public void batchFineTune(String templateImageFilename, String inputImageFilename, String outputPointsFilename)
public void load()
public boolean loadAtStart()
public void setDefaultTemplate()
public void setDefaultTemplate(String defaultTemplateImageFilename)
public boolean useTemplate(String possibleTemplateImageFilename)
public void fineTuneNewBestResult(RegistrationResult result)
fineTuneNewBestResult
in interface FineTuneProgressListener
public void stopFineTuneThreads()
public void useFineTuneResult()
public void useFineTuneResult(RegistrationResult r)
public void updateBest(RegistrationResult r)
public void fineTuneThreadFinished(int reason, RegistrationResult result, FineTuneThread fineTuneThread)
fineTuneThreadFinished
in interface FineTuneProgressListener
public void doRegistration(int method)
Copyright © 2015–2021 Fiji. All rights reserved.