#include <ImageFilters.h>
Inheritance diagram for wxImageFilter:
Public Member Functions | |
wxImageFilter (wxImage &image, int size=3) | |
Constructs a filter with initial filter size. | |
void | Run () |
virtual void | AdjustPixel (uchar *image, int x, int y)=0 |
Protected Attributes | |
wxImage & | m_img |
wxImage | m_origImg |
int | m_size |