Package | Description |
---|---|
spim.fiji.spimdata | |
spim.fiji.spimdata.explorer.interestpoint | |
spim.fiji.spimdata.interestpoints |
Modifier and Type | Method and Description |
---|---|
ViewInterestPoints |
SpimData2.getViewInterestPoints() |
Modifier and Type | Method and Description |
---|---|
protected void |
SpimData2.setViewsInterestPoints(ViewInterestPoints viewsInterestPoints) |
Constructor and Description |
---|
SpimData2(File basePath,
SequenceDescription sequenceDescription,
ViewRegistrations viewRegistrations,
ViewInterestPoints viewsInterestPoints,
BoundingBoxes boundingBoxes) |
Modifier and Type | Method and Description |
---|---|
protected ViewInterestPoints |
InterestPointTableModel.getViewInterestPoints() |
Modifier and Type | Method and Description |
---|---|
List<CorrespondingInterestPoints> |
InterestPointExplorerPanel.getCorrespondingInterestPoints(ViewInterestPoints vip,
ViewId v,
String label) |
List<InterestPoint> |
InterestPointExplorerPanel.getInterestPoints(ViewInterestPoints vip,
ViewId v,
String label) |
void |
InterestPointExplorerPanel.initComponent(ViewInterestPoints viewInterestPoints) |
static String |
InterestPointTableModel.label(ViewInterestPoints viewInterestPoints,
BasicViewDescription<?> vd,
int row) |
protected int |
InterestPointTableModel.numCorrespondences(ViewInterestPoints vip,
ViewId v,
String label) |
protected int |
InterestPointTableModel.numCorresponding(ViewInterestPoints vip,
ViewId v,
String label) |
protected int |
InterestPointTableModel.numDetections(ViewInterestPoints vip,
ViewId v,
String label) |
protected void |
InterestPointTableModel.update(ViewInterestPoints viewInterestPoints) |
Constructor and Description |
---|
InterestPointExplorerPanel(ViewInterestPoints viewInterestPoints,
ViewSetupExplorer<?,?> viewSetupExplorer) |
InterestPointTableModel(ViewInterestPoints viewInterestPoints,
InterestPointExplorerPanel panel) |
Modifier and Type | Method and Description |
---|---|
ViewInterestPoints |
XmlIoViewInterestPoints.fromXml(org.jdom2.Element allInterestPointLists,
File basePath,
Map<ViewId,ViewDescription> viewDescriptions) |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Element |
XmlIoViewInterestPoints.toXml(ViewInterestPoints viewsInterestPoints) |
Copyright © 2015–2021 Fiji. All rights reserved.