public static class Distortion_Correction.PointMatchCollectionAndAffine extends Object
Modifier and Type | Field and Description |
---|---|
AffineTransform |
affine |
Collection<PointMatch> |
pointMatches |
Constructor and Description |
---|
PointMatchCollectionAndAffine(AffineTransform affine,
Collection<PointMatch> pointMatches) |
public final AffineTransform affine
public final Collection<PointMatch> pointMatches
public PointMatchCollectionAndAffine(AffineTransform affine, Collection<PointMatch> pointMatches)
Copyright © 2015–2021 Fiji. All rights reserved.