public class PointMatchStitching extends PointMatch
| Constructor and Description |
|---|
PointMatchStitching(Point p1,
Point p2,
float weight,
ComparePair pair)
Constructor
Create a
PointMatch with one weight. |
| Modifier and Type | Method and Description |
|---|---|
ComparePair |
getPair() |
apply, apply, apply, calculateWeight, cloneSourcePoints, cloneTargetPoints, flip, flip, getDistance, getP1, getP2, getWeight, getWeights, maxDistance, meanDistance, popWeight, pushWeight, setWeight, setWeights, shiftWeight, sourcePoints, targetPoints, unshiftWeightpublic PointMatchStitching(Point p1, Point p2, float weight, ComparePair pair)
PointMatch with one weight.p1 - Point 1p2 - Point 2weight - Weightpublic ComparePair getPair()
Copyright © 2015–2021 Fiji. All rights reserved.