Package boofcv.struct.image
Class ImageDimension
java.lang.Object
boofcv.struct.image.ImageDimension
Specifies the width and height of an image
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of largest side.booleanisIdentical(int width, int height) booleanvoidsetTo(int width, int height) voidsetTo(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