SphericalCamera.height# property SphericalCamera.height: int[source]# Get image plane height (base method) Returns: height Example: >>> from machinevisiontoolbox import CentralCamera >>> camera = CentralCamera.Default(); >>> camera.height np.int64(1000) Seealso: nv width