|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Accumulator
For adding or averaging images or for holding them in a format that is not provided by
`* java.awt.image.BufferedImage (eg, floating-point pixel values).
NB: The layout of the data is very important: bear in mind that every sub-array has an overhead of 12 bytes.
11.11.3: Non warp/shift methods removed to new base interface, Image.
| Method Summary | |
|---|---|
void |
addWithStarBoost(Image8or16Base image,
int starBoostFactor)
For accumulating star trails. |
boolean |
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 |
brightestShiftAccumulate(Image8or16Base image,
int imNo,
int middleImNo,
java.util.List<PointFloat> centres)
For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that brightest objects in this image and the middle image of the sequence are superimposed. 9.11.26: changed last parameter from BlobMeas [][] lookup. |
boolean |
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. |
| Method Detail |
|---|
boolean brightestShiftAccumulate(Image8or16Base image,
int imNo,
int middleImNo,
java.util.List<PointFloat> centres)
throws IncompatibleImageException
IncompatibleImageException
boolean averageShiftAccumulate(Image8or16Base image,
int imNo,
int middleImNo,
java.util.List<MatchPair> matches,
BlobMeas[][] lookup,
int nBrightest)
throws IncompatibleImageException
IncompatibleImageException
boolean warpAccumulate(Image8or16Base image,
int imNo,
int middleImNo,
java.util.List<MatchPair> matches,
BlobMeas[][] lookup,
int nBrightest)
throws IncompatibleImageException
IncompatibleImageException
void addWithStarBoost(Image8or16Base image,
int starBoostFactor)
throws IncompatibleImageException
IncompatibleImageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||