public class CameraModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
height
image shape (units: pixels)
|
int |
width
image shape (units: pixels)
|
| Constructor and Description |
|---|
CameraModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |