|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.ImageFinder
skyview.geometry.imagefinder.RecursiveImageFinder
public class RecursiveImageFinder
This class finds the best images to be used for sampling using a recursive rectangle algorithm.
| Constructor Summary | |
|---|---|
RecursiveImageFinder()
|
|
| Method Summary | |
|---|---|
int[] |
findImages(Image[] input,
Image output)
Find the best image for each output pixel. |
| Methods inherited from class skyview.geometry.ImageFinder |
|---|
factory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecursiveImageFinder()
| Method Detail |
|---|
public int[] findImages(Image[] input,
Image output)
findImages in class ImageFinderinput - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||