|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.process.ImageFinder
public abstract class ImageFinder
| Constructor Summary | |
|---|---|
ImageFinder()
|
|
| Method Summary | |
|---|---|
static ImageFinder |
factory(java.lang.String type)
Create an ImageFinder given a class name or return an instance of the default class if no name is given. |
abstract int[] |
findImages(Image[] input,
Image output)
This is the basic method in the image finder. |
void |
setStrict(boolean strict)
Do stricter tests of the best pixel match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageFinder()
| Method Detail |
|---|
public abstract int[] findImages(Image[] input,
Image output)
input - An array of images from which the output image is to
be interpolated.output - An output image to be generated from the input. This
method does not change the output image.pixels - The pixel locations at which images are going to be found.
public static ImageFinder factory(java.lang.String type)
public void setStrict(boolean strict)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||