Non-uniformity correction of infrared images by midway equalization
|
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"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
main function |
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
Definition in file demo_MIRE.cpp.
main | ( | int | argc, |
char ** | argv | ||
) |
main function
argc | |
**argv | : ImNoisy Noisy (corrupted), gray-level (1 channel) PNG image. ImDenoised denoised PNG image. |
Definition at line 53 of file demo_MIRE.cpp.