Non-uniformity correction of infrared images by midway equalization
Functions
borders.cpp File Reference

Mirror symmetry among columns, of B columns on each sides. More...

#include "borders.h"
Include dependency graph for borders.cpp:

Go to the source code of this file.

Functions

void borders (float *Image, float *modified, int w1, int h1, int B)

Detailed Description

Mirror symmetry among columns, of B columns on each sides.

Author:
Yohann Tendero <yohann.tendero@cmla.ens-cachan.fr>

Definition in file borders.cpp.


Function Documentation

void borders ( float *  Image,
float *  modified,
int  w1,
int  h1,
int  B 
)
Parameters:
Imageinput image
modifiedoutput image
w1width of "image"
h1height of "image"
Bnumber of columns added on each sides of "Image".

Definition at line 36 of file borders.cpp.

Here is the caller graph for this function:

 All Files Functions Defines