colour.contrast.optical_MTF_Barten1999#
- colour.contrast.optical_MTF_Barten1999(u: ArrayLike, sigma: ArrayLike = 0.01) NDArrayFloat[source]#
Compute the optical modulation transfer function (MTF) \(M_{opt}\) of the eye using Barten (1999) method.
- Parameters:
- Returns:
Optical modulation transfer function (MTF) \(M_{opt}\) of the eye.
- Return type:
References
[Bar99], [Bar03], [CKMW04], [InternationalTUnion15c],
Examples
>>> optical_MTF_Barten1999(4, 0.01) 0.9689107...