Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.94 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.94 KB

MTF and Linearity Analysis

MTF and image linearity functions are implemented in MTF.py and ImgLinearity.py. The MTF class takes a cropped image containing only a Siemens star chart, and the ImgLinearity class takes an X-Rite ColorChecker chart and utilizes the colorimetric data found here to create linearity plots for R, G, and B channels in an image.

The utilities folder contains some custom utilities I've created to facilitate sharpness, resolution, and linearity metrics in various projects.

The MTF_*.ipnyb files in sample_analysis contain sample analyses I have done using both the MTF and ImgLinearity classes.

Sample .png and .pdf star charts are also provided.

Resources