#include "cl/ArgParse.h"
#include <stdlib.h>
#include <unistd.h>
#include "gcl/Image.h"
#include "gcl/XGraphicsSystem.h"
#include "cl/Action.h"
Include dependency graph for ImageComp.cc:
Go to the source code of this file.
Functions | |||
Void | ApplyToImageDiff (Action<ClrReal> &action, Image &image1, Image &image2, ImgChannel chn = chMono) | ||
ClrReal | AbsImageDiff (Image &image1, Image &image2, Image &destImage) | ||
Int | main (Int argc, Char **argv) |
ClrReal AbsImageDiff (Image & image1, Image & image2, Image & destImage) |
Definition at line 37 of file ImageComp.cc.
Void ApplyToImageDiff (Action<ClrReal>& action, Image & image1, Image & image2, ImgChannel chn = chMono) |
Definition at line 19 of file ImageComp.cc.
main (Int argc, Char ** argv) |
Definition at line 65 of file ImageComp.cc.