Hugintrunk
0.1
|
#include <ContrastFilter.h>
Public Member Functions | |
ContrastFilter () | |
ContrastFilter (float **, int, int) | |
~ContrastFilter () | |
void | ApplyFilter (float **img, int height, int width) |
void | Save (char *file) |
float ** | GetContrast (void) |
int | GetWidth () |
int | GetHeight () |
Protected Attributes | |
float ** | mContrast |
int | mHeight |
int | mWidth |
Private Member Functions | |
ContrastFilter (const ContrastFilter &) | |
ContrastFilter & | operator= (const ContrastFilter &) |
Definition at line 37 of file ContrastFilter.h.
|
inline |
Definition at line 41 of file ContrastFilter.h.
celeste::ContrastFilter::ContrastFilter | ( | float ** | img, |
int | height, | ||
int | width | ||
) |
Definition at line 142 of file ContrastFilter.cpp.
References ApplyFilter(), mContrast, mHeight, and mWidth.
celeste::ContrastFilter::~ContrastFilter | ( | ) |
Definition at line 160 of file ContrastFilter.cpp.
|
private |
void celeste::ContrastFilter::ApplyFilter | ( | float ** | img, |
int | height, | ||
int | width | ||
) |
Definition at line 172 of file ContrastFilter.cpp.
References celeste::CONTRAST, and mContrast.
Referenced by ContrastFilter().
|
inline |
Definition at line 48 of file ContrastFilter.h.
References mContrast.
Referenced by celeste::ProcessChannel().
|
inline |
Definition at line 50 of file ContrastFilter.h.
References mHeight.
Referenced by celeste::ProcessChannel().
|
inline |
Definition at line 49 of file ContrastFilter.h.
References mWidth.
Referenced by celeste::ProcessChannel().
|
private |
void celeste::ContrastFilter::Save | ( | char * | file | ) |
Definition at line 190 of file ContrastFilter.cpp.
References mContrast, mHeight, mWidth, and celeste::PGMImage::WriteScaled().
Referenced by celeste::ProcessChannel().
|
protected |
Definition at line 59 of file ContrastFilter.h.
Referenced by ApplyFilter(), ContrastFilter(), GetContrast(), Save(), and ~ContrastFilter().
|
protected |
Definition at line 60 of file ContrastFilter.h.
Referenced by ContrastFilter(), GetHeight(), Save(), and ~ContrastFilter().
|
protected |
Definition at line 61 of file ContrastFilter.h.
Referenced by ContrastFilter(), GetWidth(), and Save().