Package | Description |
---|---|
stitching.model |
Modifier and Type | Method and Description |
---|---|
Point |
Point.clone()
Clone this
Point instance. |
Point |
PointMatch.getP1() |
Point |
PointMatch.getP2() |
Modifier and Type | Method and Description |
---|---|
static float |
Point.distance(Point p1,
Point p2)
Estimate the Euclidean distance of two
Points in the world. |
static float |
Point.squareDistance(Point p1,
Point p2)
Estimate the square distance of two
Points in the world. |
Constructor and Description |
---|
PointMatch(Point p1,
Point p2)
Constructor
Create a
PointMatch without weight. |
PointMatch(Point p1,
Point p2,
float weight)
Constructor
Create a
PointMatch with one weight. |
PointMatch(Point p1,
Point p2,
float[] weights)
Constructor
Create a
PointMatch with an Array of weights. |
PointMatch(Point p1,
Point p2,
float[] weights,
float strength)
Constructor
Create a
PointMatch with an Array of weights and a strength. |
PointMatch(Point p1,
Point p2,
float weight,
float strength)
Constructor
Create a
PointMatch with one weight and strength. |
PointMatch(Point p1,
Point p2,
float weight,
OverlapProperties o) |
Copyright © 2015–2021 Fiji. All rights reserved.