|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrender.ImagePyramid
Multi Image Pyramid (MIP) processing
| Constructor Summary | |
ImagePyramid(ImageBuffer base)
Creates a multi-image maps from an image buffer |
|
| Method Summary | |
int |
get(double u,
double v,
double s)
Returns a sample at a particular fractional location and size |
int |
get(int level,
int x,
int y)
returns a pixel of an image at the given location in the specified level |
int |
getHeight(int level)
returns the height of an image at the given level |
int |
getWidth(int level)
returns the width of an image at the given level |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImagePyramid(ImageBuffer base)
base - the original imageImageBuffer| Method Detail |
public int get(double u,
double v,
double s)
u - the horizontal componentv - the vertical components - the size of the pixelpublic int getWidth(int level)
level - the level within the pyramidpublic int getHeight(int level)
level - the level within the pyramid
public int get(int level,
int x,
int y)
level - the level within the pyramid
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||