#include <MemoryImage.h>
Public Member Functions | |
double | Get (int x, int y) |
Image * | GetRegion (int left, int right, int top, int bottom) |
RedByteGreenByteBlueByteMemoryImage (int width, int height, void *data, int stride) |
Definition at line 25 of file MemoryImage.h.
EdgeDetection::RedByteGreenByteBlueByteMemoryImage::RedByteGreenByteBlueByteMemoryImage | ( | int | width, |
int | height, | ||
void * | data, | ||
int | stride | ||
) | [inline] |
Definition at line 39 of file MemoryImage.h.
double EdgeDetection::RedByteGreenByteBlueByteMemoryImage::Get | ( | int | x, |
int | y | ||
) | [inline, virtual] |
Implements EdgeDetection::Image.
Definition at line 27 of file MemoryImage.h.
Image * EdgeDetection::RedByteGreenByteBlueByteMemoryImage::GetRegion | ( | int | left, |
int | right, | ||
int | top, | ||
int | bottom | ||
) | [virtual] |
Implements EdgeDetection::Image.
Definition at line 5 of file MemoryImage.cpp.