public class ElasticTransformedImage extends Object
Constructor and Description |
---|
ElasticTransformedImage(InterpolatedImage orig,
InterpolatedImage trans,
Point3d[] origPoints,
FastMatrix initialTransform) |
ElasticTransformedImage(InterpolatedImage orig,
InterpolatedImage trans,
Point3d[] origPoints,
Point3d[] transPoints) |
Modifier and Type | Method and Description |
---|---|
static Point3d[] |
transformPoints(Point3d[] origPoints,
FastMatrix matrix) |
public ElasticTransformedImage(InterpolatedImage orig, InterpolatedImage trans, Point3d[] origPoints, FastMatrix initialTransform)
public ElasticTransformedImage(InterpolatedImage orig, InterpolatedImage trans, Point3d[] origPoints, Point3d[] transPoints)
public static Point3d[] transformPoints(Point3d[] origPoints, FastMatrix matrix)
Copyright © 2015–2021 Fiji. All rights reserved.