Uses of Class
net.grelf.grip.MatchPair

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

Methods in net.grelf.grip that return MatchPair
static MatchPair MatchPair.findBlobInMiddleImage(int imNo, int blobNo, int middleImNo)
          Find a given blob in the middle image by following the list of matches between images.
 MatchPair MatchList.get(int index)
          Get the MatchPair at the given index position in the MatchList's list.
 

Methods in net.grelf.grip that return types with arguments of type MatchPair
static java.util.List<MatchPair> Analyser.matchBrightest(java.util.List<java.util.List<ConnectionList>> connectionsInAllImages)
           
 

Method parameters in net.grelf.grip with type arguments of type MatchPair
 boolean Accumulator.averageShiftAccumulate(Image8or16Base image, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that matched point pairs are superimposed.
 boolean Accumulator32.averageShiftAccumulate(Image8or16Base image, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that matched point pairs are superimposed.
 boolean Accumulator64.averageShiftAccumulate(Image8or16Base image, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that matched point pairs are superimposed.
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 java.util.List<MatchList> MatchList.makeListOfLists(java.util.List<MatchPair> allMatches, int nBrightest, int middleImNo)
          List all the connected lists of blobs across images.
static void MatchPair.reportMatches(java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest, java.lang.String fileName)
          Output the list of blob matches between images as a CSV (comma-separated value) file.
static java.awt.image.BufferedImage Warp.warp(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          Warp the given image (bim) using the inter-image match information.
 boolean Accumulator.warpAccumulate(Image8or16Base image, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first distort the image so that matched point pairs are superimposed.
 boolean Accumulator32.warpAccumulate(Image8or16Base image, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first distort the image so that matched point pairs are superimposed.
 boolean Accumulator64.warpAccumulate(Image8or16Base image, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first distort the image so that matched point pairs are superimposed.
 

Constructor parameters in net.grelf.grip with type arguments of type MatchPair
ImageSummaryDialogue(java.util.List<java.lang.String> fileNames, java.util.List<java.lang.Long> captureTimesMs, java.util.List<java.lang.Float> exposuresS, java.util.List<java.lang.Integer> nStars, java.util.List<java.lang.Float> meanCircularities, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest, boolean userMayRejectImages)