simple tool to visualize the difference between two images More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "io_tiff.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
mail program call |
simple tool to visualize the difference between two images
The difference visialization for a 8bit channel is (B - A) * 128 / D + 128, ie the visu value is 128 when there is no difference between the two images, and [0, 255] for differences in the [-D, D] interval.
Definition in file imgdiff.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
mail program call
Definition at line 46 of file imgdiff.cpp.