#include <cstdio>
#include <math.h>
int main(int argc, char *argv[])
{
try {
af::Window myWindow(512, 512,
"Histogram example using ArrayFire");
myWindow.
hist(hist_out, 0, 255);
}
}
fprintf(stderr,
"%s\n", e.
what());
throw;
}
#ifdef WIN32 // pause in Windows
if (!(argc == 2 && argv[1][0] == '-')) {
printf("hit [enter]...");
fflush(stdout);
getchar();
}
#endif
return 0;
}