$search
#include <MemoryImage.h>

Public Member Functions | |
| double | Get (int x, int y) |
| Image * | GetRegion (int left, int right, int top, int bottom) |
| GrayDoubleMemoryImage (int width, int height, void *data, int stride) | |
Definition at line 43 of file MemoryImage.h.
| EdgeDetection::GrayDoubleMemoryImage::GrayDoubleMemoryImage | ( | int | width, | |
| int | height, | |||
| void * | data, | |||
| int | stride | |||
| ) | [inline] |
Definition at line 53 of file MemoryImage.h.
| double EdgeDetection::GrayDoubleMemoryImage::Get | ( | int | x, | |
| int | y | |||
| ) | [inline, virtual] |
Implements EdgeDetection::Image.
Definition at line 45 of file MemoryImage.h.
| Image * EdgeDetection::GrayDoubleMemoryImage::GetRegion | ( | int | left, | |
| int | right, | |||
| int | top, | |||
| int | bottom | |||
| ) | [virtual] |
Implements EdgeDetection::Image.
Definition at line 16 of file MemoryImage.cpp.