bjontegaard icon indicating copy to clipboard operation
bjontegaard copied to clipboard

This repository contains scripts to calculate the famous Bjontegaard-Delta metric with different interpolation functions.

Results 1 bjontegaard issues
Sort by recently updated
recently updated
newest added

### Request Given: ```python import bjontegaard as bd rate_anchor = [0.1, 0.2, 0.4, 0.8] psnr_anchor = [30.0, 35.0, 40.0, 45.0] rate_test = [0.18] psnr_test = [36.0] kwargs = dict( method="akima",...