#include <plfilterthreshold.h>
Inheritance diagram for PLFilterThreshold:
Public Member Functions | |
PLFilterThreshold (int threshold_min, int threshold_max, int channel) | |
virtual | ~PLFilterThreshold () |
virtual void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. | |
Protected Attributes | |
int | m_threshold_min |
int | m_threshold_max |
int | m_channel |
Definition at line 24 of file plfilterthreshold.h.
|
Definition at line 21 of file plfilterthreshold.cpp. |
|
Definition at line 29 of file plfilterthreshold.cpp. |
|
Applies the Filter to pBmpSource and stores the result in pBmpDest. The base-class version copies the bitmap before calling ApplyInPlace (pBmpDest). Reimplemented from PLFilter. Definition at line 34 of file plfilterthreshold.cpp. References PLBmp::Create(), PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetResolution(), PLBmp::GetWidth(), PLASSERT, and PLBYTE. |
Here is the call graph for this function:
|
Definition at line 38 of file plfilterthreshold.h. |
|
Definition at line 37 of file plfilterthreshold.h. |
|
Definition at line 36 of file plfilterthreshold.h. |