public abstract class CameraModel
extends java.lang.Object
implements java.io.Serializable
| 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 |
|---|---|
abstract <T extends CameraModel> |
createLike()
Creates a new camera model with zero values of the same type os this one
|
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |
public int width
public int height
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public abstract <T extends CameraModel> T createLike()