|
Realtimestagram
|
| check_limits | ( | metric_name | , |
| value | |||
| ) |
Compares value versus threshold.
| metric_name | String used for printing result message |
| value | Value (can also be inf, threshold) |
| threshold | Compares "value > threshold" print a message of the result and returns |
| 0 | value is above threshold |
| 1 | value is equal to or lower then threshold |
| create_diff_image | ( | ) |
Creates an image with all differences between actual and expected.
| create_diff_mask | ( | ) |
Creates a difference mask between actual and expected image.
| create_diff_statistics | ( | ) |
Prints complete metrics of difference between actual and expected image.
| create_diff_statistics_per_channel | ( | ) |
Prints complete metrics of difference between actual and expected image per channel.
| create_extended_diff_statistics_per_channel | ( | ) |
Prints complete metrics of difference between actual and expected image per channel.
| create_normalized_diff_image | ( | ) |
Creates a normalized image with all differences between actual and expected.
| print_comparison_header | ( | ) |
Prints header with name of actual and expected image.
| print_extended_metrics | ( | ) |
Prints difference metrics between actual and expected image.
| print_metrics | ( | ) |
Prints difference metrics between actual and expected image.
| psnr | ( | ) |
Compares on PSNR based on given threshold.
| usage | ( | ) |
Prints usage of this shell script.
Prints the usage of this shell script.
| AE_FUZZ_DIFF = 0.5 |
The Absolute Error fuzz difference factor.
1.8.12