Joshua Warner
|
b218cfdd81
|
STY: Image comparison functions now share common prefix
|
2016-01-31 23:11:38 -07:00 |
|
Gregory R. Lee
|
b8e7740159
|
use dtype=np.float64 in calls to np.mean
|
2016-01-28 22:10:02 -05:00 |
|
Gregory R. Lee
|
8483a62e76
|
make suggested naming changes in simple_metrics.py
|
2016-01-28 22:09:52 -05:00 |
|
Gregory R. Lee
|
0f71278a10
|
revert simple_metrics to np.float64 computations for all input types
|
2016-01-27 12:36:22 -05:00 |
|
Gregory R. Lee
|
64f62032c3
|
psnr: update dynamic range calculation
also moved the identical dtype and shape checks into a separate utility function
|
2016-01-27 11:56:12 -05:00 |
|
Gregory R. Lee
|
a8124166c1
|
Fix the default dynamic_range in PSNR and warn if inputs don't meet the assumptions made
|
2016-01-26 18:17:56 -05:00 |
|
Gregory R. Lee
|
f4773e303d
|
NRMSE, MSE, PSNR: make sure all inputs are float prior to the calculations.
|
2016-01-26 18:17:02 -05:00 |
|
Gregory R. Lee
|
72607ca99e
|
update NRMSE docstrings and include run_module_suite in the corresponding test file
|
2016-01-24 12:41:18 -05:00 |
|