public static class TurboRegTransformationInfo.Entry extends Object
Constructor and Description |
---|
Entry() |
Entry(ImageSliceIndex sourceImageIndex,
ImageSliceIndex targetImageIndex,
TurboRegTransformationType transformationType,
double[][] sourcePoints,
double[][] targetPoints) |
Entry(TurboRegTransformationInfo.Entry other) |
Modifier and Type | Method and Description |
---|---|
ImageSliceIndex |
getSourceImageIndex() |
Vector2dParameter.List |
getSourcePoints() |
double[][] |
getSourcePointsAsArray() |
ImageSliceIndex |
getTargetImageIndex() |
Vector2dParameter.List |
getTargetPoints() |
double[][] |
getTargetPointsAsArray() |
TurboRegTransformationType |
getTransformationType() |
void |
setSourceImageIndex(ImageSliceIndex sourceImageIndex) |
void |
setSourcePoints(Vector2dParameter.List sourcePoints) |
void |
setTargetImageIndex(ImageSliceIndex targetImageIndex) |
void |
setTargetPoints(Vector2dParameter.List targetPoints) |
void |
setTransformationType(TurboRegTransformationType transformationType) |
public Entry()
public Entry(ImageSliceIndex sourceImageIndex, ImageSliceIndex targetImageIndex, TurboRegTransformationType transformationType, double[][] sourcePoints, double[][] targetPoints)
public Entry(TurboRegTransformationInfo.Entry other)
public TurboRegTransformationType getTransformationType()
public void setTransformationType(TurboRegTransformationType transformationType)
public ImageSliceIndex getSourceImageIndex()
public void setSourceImageIndex(ImageSliceIndex sourceImageIndex)
public ImageSliceIndex getTargetImageIndex()
public void setTargetImageIndex(ImageSliceIndex targetImageIndex)
public Vector2dParameter.List getSourcePoints()
public void setSourcePoints(Vector2dParameter.List sourcePoints)
public Vector2dParameter.List getTargetPoints()
public void setTargetPoints(Vector2dParameter.List targetPoints)
public double[][] getSourcePointsAsArray()
public double[][] getTargetPointsAsArray()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.