|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.grip.MatchList
public class MatchList
Has a list of MatchPair objects to show how a blob is matched through a series of images.
| Method Summary | |
|---|---|
boolean |
containsImage(int imNo)
|
boolean |
containsImageAndBlob(int imNo,
int blobNo)
|
MatchPair |
get(int index)
Get the MatchPair at the given index position in the MatchList's list. |
static java.util.List<MatchList> |
makeListOfLists(java.util.List<MatchPair> allMatches,
int nBrightest,
int middleImNo)
List all the connected lists of blobs across images. |
static void |
reportListOfLists(java.util.List<MatchList> listOfLists,
BlobMeas[][] lookup,
java.lang.String fileName)
Output the list of blob matches between images as a CSV (comma-separated value) file. |
int |
size()
Get the number of elements in the MatchList's list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int size()
public MatchPair get(int index)
public boolean containsImage(int imNo)
public boolean containsImageAndBlob(int imNo,
int blobNo)
public static java.util.List<MatchList> makeListOfLists(java.util.List<MatchPair> allMatches,
int nBrightest,
int middleImNo)
public static void reportListOfLists(java.util.List<MatchList> listOfLists,
BlobMeas[][] lookup,
java.lang.String fileName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||