Image Demosaicking with Contour Stencils
|
Bilinear demosaicing command line program. More...
#include <math.h>
#include <string.h>
#include <ctype.h>
#include "imageio.h"
#include "dmbilinear.h"
Go to the source code of this file.
Data Structures | |
struct | programparams |
struct of program parameters More... | |
Functions | |
int | main (int argc, char *argv[]) |
Bilinear demosaicing command line program.
Copyright (c) 2010-2011, Pascal Getreuer All rights reserved.
This program is free software: you can use, modify and/or redistribute it under the terms of the simplified BSD License. You should have received a copy of this license along this program. If not, see http://www.opensource.org/licenses/bsd-license.html.
Definition in file dmbilinearcli.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |