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

Columns-artifacts removal main file. More...

#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include "io_png/io_png.h"
#include "MIRE.h"
#include "borders.h"
Include dependency graph for demo_MIRE.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 main function

Detailed Description

Columns-artifacts removal main file.

The input is 8bits png corrupted with non-unifomity (columns artifacts). The is processed with a Gaussian-weighted local Midway algorithm. The output is 8bits png

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

Definition in file demo_MIRE.cpp.


Function Documentation

main ( int  argc,
char **  argv 
)

main function

Parameters:
argc
**argv: ImNoisy Noisy (corrupted), gray-level (1 channel) PNG image. ImDenoised denoised PNG image.

Definition at line 53 of file demo_MIRE.cpp.

Here is the call graph for this function:

 All Files Functions Defines