machinevisiontoolbox.Camera.FishEyeCamera.pp
- property FishEyeCamera.pp
Set/get principal point coordinate (base method)
The principal point is the coordinate of the point where the optical axis pierces the image plane. It is a 2-tuple which can be read or written. For writing the size must be an iterable of length 2.
Example:
>>> from machinevisiontoolbox import CentralCamera >>> camera = CentralCamera.Default(); >>> camera.pp array([500., 500.])