#include <ContrastFilter.h>
Public Member Functions | |
| ContrastFilter () | |
| ContrastFilter (float **, int, int) | |
| ~ContrastFilter () | |
| void | ApplyFilter (float **img, int height, int width) |
| void | Save (void) |
| void | SetFileName (char *file) |
| float ** | GetContrast (void) |
| int | GetWidth () |
| int | GetHeight () |
Protected Attributes | |
| float ** | mContrast |
| char | mFile [256] |
| int | mHeight |
| int | mWidth |
|
|
Definition at line 41 of file ContrastFilter.h. |
|
||||||||||||||||
|
Definition at line 142 of file ContrastFilter.cpp. References ApplyFilter(), mContrast, mHeight, and mWidth. |
|
|
Definition at line 160 of file ContrastFilter.cpp. References mContrast. |
|
||||||||||||||||
|
Definition at line 172 of file ContrastFilter.cpp. References celeste::CONTRAST, and mContrast. Referenced by ContrastFilter(). |
|
|
Definition at line 49 of file ContrastFilter.h. Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 51 of file ContrastFilter.h. Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 50 of file ContrastFilter.h. Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 190 of file ContrastFilter.cpp. References mContrast, mFile, mHeight, mWidth, and celeste::PGMImage::WriteScaled(). Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 48 of file ContrastFilter.h. Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 55 of file ContrastFilter.h. Referenced by ApplyFilter(), ContrastFilter(), Save(), and ~ContrastFilter(). |
|
|
Definition at line 56 of file ContrastFilter.h. Referenced by Save(). |
|
|
Definition at line 57 of file ContrastFilter.h. Referenced by ContrastFilter(), and Save(). |
|
|
Definition at line 58 of file ContrastFilter.h. Referenced by ContrastFilter(), and Save(). |
1.3.9.1