|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatchList | |
|---|---|
| net.grelf.grip | This package contains the Java classes which are specific to the image processing application GRIP. GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP. Version: 12.1.1 |
| Uses of MatchList in net.grelf.grip |
|---|
| Methods in net.grelf.grip that return types with arguments of type MatchList | |
|---|---|
static java.util.List<MatchList> |
MatchList.makeListOfLists(java.util.List<MatchPair> allMatches,
int nBrightest,
int middleImNo)
List all the connected lists of blobs across images. |
| Method parameters in net.grelf.grip with type arguments of type MatchList | |
|---|---|
static void |
MatchPair.drawMatches(java.util.List<MatchList> theListOfLists,
java.util.List<MatchPair> theMatches,
int wd,
int ht,
BlobMeas[][] theLookup,
BatchProcessor theBatchProcessor)
Display a new ImFrame in which is drawn the matched blobs and connecting lines showing how they are matched. |
static void |
MatchList.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. |
protected static void |
MatchPair.setListOfLists(java.util.List<MatchList> theListOfLists)
If drawMatches () is not used it is necessary to call this before using deleteMatches () or findBlobInMiddleImage () |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||