img_process.c File Reference

Input data Image Processing functions. More...

#include "contributors.h"
#include "global.h"
#include "image.h"
#include "img_process.h"
#include "io_image.h"
#include "memalloc.h"

Include dependency graph for img_process.c:

Go to the source code of this file.

Functions

static void ResetImage (ImageData *imgOut)
static void CPImage (ImageData *imgOut, ImageData *imgIn)
static void FilterImage (ImageData *imgOut, ImageData *imgIn)
static void FilterImageSep (ImageData *imgOut, ImageData *imgIn)
static void MuxImages (ImageData *imgOut, ImageData *imgIn0, ImageData *imgIn1, ImageData *Map)
static void YV12toYUV (ImageData *imgOut, ImageData *imgIn)
int InitProcessImage (ImageParameters *p_Img, InputParameters *p_Inp)
void ClearProcessImage (ImageParameters *p_Img, InputParameters *p_Inp)
void ProcessImage (ImageParameters *p_Img, InputParameters *p_Inp)


Detailed Description

Input data Image Processing functions.

Author:
Main contributors (see contributors.h for copyright, address and affiliation details)

Definition in file img_process.c.


Documentation generated with DoxyGen