#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Range.H"
#include "Raster/Raster.H"
#include <cstdio>
#include <fenv.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
simple app to compute the correlation coefficient between two images, and also print basic first order statistics for each image
Definition in file app-corrcoef.C.