public class CorrespondingInterestPoints extends Object implements Comparable<CorrespondingInterestPoints>
| Constructor and Description |
|---|
CorrespondingInterestPoints(int detectionId,
ViewId correspondingViewId,
String correspondingLabel,
int correspondingDetectionId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CorrespondingInterestPoints o) |
String |
getCorrespodingLabel() |
int |
getCorrespondingDetectionId() |
ViewId |
getCorrespondingViewId() |
int |
getDetectionId() |
public final int getDetectionId()
InterestPointListpublic final ViewId getCorrespondingViewId()
ViewId the corresponding interest point belongs topublic final String getCorrespodingLabel()
InterestPointList as stored in the ViewInterestPointLists HashMappublic final int getCorrespondingDetectionId()
InterestPointListpublic int compareTo(CorrespondingInterestPoints o)
compareTo in interface Comparable<CorrespondingInterestPoints>Copyright © 2015–2021 Fiji. All rights reserved.