Uses of Class
net.grelf.grip.ConnectionList

Packages that use ConnectionList
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 ConnectionList in net.grelf.grip
 

Methods in net.grelf.grip that return types with arguments of type ConnectionList
static java.util.List<ConnectionList> Analyser.getSortedConnections(BlobMeasList meases, int nBrightest)
          From the first n of a list of measured blobs, in descending order of brightness, get a list of polar offsets between them, in ascending order of angle.
 

Methods in net.grelf.grip with parameters of type ConnectionList
static boolean Analyser.vectorMatch(ConnectionList connectionsFromBlobB1, ConnectionList connectionsFromBlobB2)
           
 

Method parameters in net.grelf.grip with type arguments of type ConnectionList
static java.util.List<MatchPair> Analyser.matchBrightest(java.util.List<java.util.List<ConnectionList>> connectionsInAllImages)
           
static void Connection.reportConnections(java.util.List<java.util.List<ConnectionList>> connectionsInAllImages, java.lang.String fileName)
          Export a sorted list of all connections to a CSV file.