machinevisiontoolbox.Camera.CentralCamera.width

property CentralCamera.width

Get image plane width (base method)

Returns:

width

Return type:

int

Image plane height, number of pixels in the v-direction

Example:

>>> from machinevisiontoolbox import CentralCamera
>>> camera = CentralCamera.Default();
>>> camera.width
1000
Seealso:

nu height