Package boofcv.struct.image
Class ImageDimension
java.lang.Object
boofcv.struct.image.ImageDimension
Specifies the width and height of an image
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of largest side.boolean
isIdentical
(int width, int height) boolean
void
setTo
(int width, int height) void
setTo
(ImageDimension src) toString()
-
Field Details
-
width
public int width -
height
public int height
-
-
Constructor Details
-
ImageDimension
public ImageDimension(int width, int height) -
ImageDimension
public ImageDimension()
-
-
Method Details