public class ImagePlusTimePoint extends Tile implements Comparable<ImagePlusTimePoint>
connectedTiles, cost, matches, model| Constructor and Description |
|---|
ImagePlusTimePoint(ij.ImagePlus imp,
int impId,
int timepoint,
Model model,
ImageCollectionElement element) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ImagePlusTimePoint o) |
ImageCollectionElement |
getElement() |
ij.ImagePlus |
getImagePlus() |
int |
getImpId() |
int |
getTimePoint() |
addConnectedTile, addMatch, addMatches, apply, apply, connect, findConnectedTile, fitModel, getConnectedTiles, getCost, getDistance, getMatches, getModel, identifyConnectedGraphs, removeConnectedTile, removeMatch, setModel, traceConnectedGraph, update, update, updateCostpublic ImagePlusTimePoint(ij.ImagePlus imp,
int impId,
int timepoint,
Model model,
ImageCollectionElement element)
public int getImpId()
public ij.ImagePlus getImagePlus()
public int getTimePoint()
public ImageCollectionElement getElement()
public int compareTo(ImagePlusTimePoint o)
compareTo in interface Comparable<ImagePlusTimePoint>Copyright © 2015–2021 Fiji. All rights reserved.