SphericalCamera.rho# property SphericalCamera.rho: ndarray# Get pixel dimensions (base method) Returns: horizontal pixel size Return type: ndarray(2) Example: >>> from machinevisiontoolbox import CentralCamera >>> camera = CentralCamera(); >>> camera.rhov np.float64(1.0) Seealso: rhou rhov