Non-uniformity correction of infrared images by midway equalization
|
Mirror symmetry among columns, of B columns on each sides. More...
#include "borders.h"
Go to the source code of this file.
Functions | |
void | borders (float *Image, float *modified, int w1, int h1, int B) |
Mirror symmetry among columns, of B columns on each sides.
Definition in file borders.cpp.
void borders | ( | float * | Image, |
float * | modified, | ||
int | w1, | ||
int | h1, | ||
int | B | ||
) |
Image | input image |
modified | output image |
w1 | width of "image" |
h1 | height of "image" |
B | number of columns added on each sides of "Image". |
Definition at line 36 of file borders.cpp.