Package | Description |
---|---|
ini.trakem2.display | |
ini.trakem2.utils | |
ini.trakem2.vector |
Modifier and Type | Method and Description |
---|---|
VectorString2D |
Profile.getPerimeter2D()
Returns the interpolated points as a VectorString2D, calibrated.
|
Modifier and Type | Method and Description |
---|---|
static VectorString2D |
M.asVectorString2D(Polygon pol,
double z) |
Modifier and Type | Method and Description |
---|---|
static List<Point3f> |
SkinMaker.generateTriangles(VectorString2D[] vs,
int n_morphed_perimeters,
double delta_,
boolean closed)
From an array of VectorString2D, obtain a list of Point3f which define, every three, a triangle of a skin.
|
static double[][] |
SkinMaker.getMorphedPerimeter(VectorString2D vs1,
VectorString2D vs2,
double alpha,
Editions ed)
Returns a weighted VectorString2D.
|
static ArrayList<SkinMaker.Match> |
SkinMaker.getMorphedPerimeters(VectorString2D[] vs,
int n_morphed_perimeters,
double delta_,
boolean closed)
From an array of VectorString2D, return a new array of VectorString2D defining all necessary intermediate, morphed perimeters that describe a skin between each consecutive pair; includes the originals inserted at the proper locations.
|
static double[][][] |
SkinMaker.getMorphedPerimeters(VectorString2D vs1,
VectorString2D vs2,
int n_morphed_perimeters,
Editions ed)
From two VectorString2D, return an array of x,y points ( in the form [2][n] ) defining all necessary intermediate, morphed perimeters that describe a skin between them (not including the two VectorString2D)
|
Constructor and Description |
---|
Match(VectorString2D vs1,
VectorString2D vs2,
Editions ed,
VectorString2D[] p) |
Match(VectorString2D vs1,
VectorString2D vs2,
Editions ed,
VectorString2D[] p) |
Copyright © 2015–2021 Fiji. All rights reserved.