Package | Description |
---|---|
ini.trakem2.analysis |
Modifier and Type | Method and Description |
---|---|
static VectorString3D |
Compare.condense(Compare.CATAParameters cp,
VectorString3D[] vs,
Worker worker)
Do an all-to-all distance matrix of the given vs, then do a neighbor joining, do a weighted merge of the two VectorString3D being merged, and then finally output the resulting condensed unique VectorString3D with its source array full with all points that make each point in it.
|
static Object[] |
Compare.gatherChains(Project[] p,
Compare.CATAParameters cp) |
static Object[] |
Compare.gatherChains(Project[] p,
Compare.CATAParameters cp,
String[] ignore)
Gather chains for all projects considering the cp.regex, and transforms all relative to the reference Project p[0].
|
static double[] |
Compare.makeEnvelope(Compare.CATAParameters cp,
VectorString3D c)
From a condensed VectorString3D, create the radius at each point.
|
static Plot |
Compare.makePlot(Compare.CATAParameters cp,
String name,
VectorString3D c) |
Copyright © 2015–2021 Fiji. All rights reserved.