#include "Image.h" #include <iostream> using namespace std; int main (void) { Image::testRegression(); return 0; }