NVlabs / flip

A tool for visualizing and communicating the errors in rendered images.
497 stars 41 forks source link

Adding FLIP mean test with exit with success or failure code. #5

Closed inversepixel closed 3 years ago

inversepixel commented 3 years ago

Added a tiny bit of C++ code so that the program can do exit(EXIT_FAILURE) if the average FLIP is above a threshold. Cmdline parameters are included.