#include <Image.h>
Public Member Functions | |
virtual double | Get (int x, int y)=0 |
int | GetHeight () |
virtual Image * | GetRegion (int left, int right, int top, int bottom)=0 |
int | GetWidth () |
Static Public Member Functions | |
static double | Combine (Image *image1, Image *image2) |
Protected Member Functions | |
Image (int width, int height) | |
Private Attributes | |
int | height |
int | width |
EdgeDetection::Image::Image | ( | int | width, |
int | height | ||
) | [inline, protected] |
virtual double EdgeDetection::Image::Get | ( | int | x, |
int | y | ||
) | [pure virtual] |
int EdgeDetection::Image::GetHeight | ( | ) | [inline] |
virtual Image* EdgeDetection::Image::GetRegion | ( | int | left, |
int | right, | ||
int | top, | ||
int | bottom | ||
) | [pure virtual] |
int EdgeDetection::Image::GetWidth | ( | ) | [inline] |
int EdgeDetection::Image::height [private] |
int EdgeDetection::Image::width [private] |