|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectImageResizer
public class ImageResizer
Class that resizes the images to be shown in the video shot window after segmentation
Constructor Summary | |
---|---|
ImageResizer()
Standard constructor |
Method Summary | |
---|---|
java.awt.image.BufferedImage |
resizeImage(java.awt.Image largeImage,
int imageWidth,
int imageHeight)
Method that resizes a planar image |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageResizer()
Method Detail |
---|
public java.awt.image.BufferedImage resizeImage(java.awt.Image largeImage, int imageWidth, int imageHeight)
largeImage
- The input image to be resizedimageWidth
- The width of the imageimageHeight
- The height of the image
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |