public final class DistortionCorrectionTask extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
DistortionCorrectionTask.AppendCoordinateTransformThread
Appends a
CoordinateTransform to a list of patches. |
static class |
DistortionCorrectionTask.CorrectDistortionFromSelectionParam |
protected static class |
DistortionCorrectionTask.SetCoordinateTransformThread
Sets a
CoordinateTransform to a list of patches. |
Modifier and Type | Field and Description |
---|---|
static DistortionCorrectionTask.CorrectDistortionFromSelectionParam |
correctDistortionFromSelectionParam |
Constructor and Description |
---|
DistortionCorrectionTask() |
Modifier and Type | Method and Description |
---|---|
protected static void |
appendCoordinateTransform(List<Patch> patches,
CoordinateTransform transform,
int numThreads) |
static Bureaucrat |
correctDistortionFromSelection(Selection selection) |
static Bureaucrat |
correctDistortionFromSelectionTask(Selection selection) |
static void |
run(DistortionCorrectionTask.CorrectDistortionFromSelectionParam p,
List<Patch> patches,
Displayable active,
Layer layer) |
static void |
run(DistortionCorrectionTask.CorrectDistortionFromSelectionParam p,
List<Patch> patches,
Displayable active,
Layer layer,
Worker worker) |
protected static void |
setCoordinateTransform(List<Patch> patches,
CoordinateTransform transform,
int numThreads) |
public static final DistortionCorrectionTask.CorrectDistortionFromSelectionParam correctDistortionFromSelectionParam
protected static final void setCoordinateTransform(List<Patch> patches, CoordinateTransform transform, int numThreads)
protected static final void appendCoordinateTransform(List<Patch> patches, CoordinateTransform transform, int numThreads)
public static final Bureaucrat correctDistortionFromSelectionTask(Selection selection)
public static final void run(DistortionCorrectionTask.CorrectDistortionFromSelectionParam p, List<Patch> patches, Displayable active, Layer layer, Worker worker)
public static final void run(DistortionCorrectionTask.CorrectDistortionFromSelectionParam p, List<Patch> patches, Displayable active, Layer layer)
public static final Bureaucrat correctDistortionFromSelection(Selection selection)
Copyright © 2015–2021 Fiji. All rights reserved.