#include <GrayScaleImage.h>
Collaboration diagram for GrayScaleImage:

Public Member Functions | |
| GrayScaleImage () | |
| constructs an image | |
| ~GrayScaleImage () | |
| deconstructs an image | |
| void | copyChannel (const Image &yuvImage, int channel) |
| GrayScaleImage & | operator= (const GrayScaleImage &other) |
Public Attributes | |
| CameraInfo | cameraInfo |
| unsigned char | image [cameraResolutionHeight_ERS7][cameraResolutionWidth_ERS7] |
Definition at line 22 of file GrayScaleImage.h.
|
|
constructs an image
Definition at line 11 of file GrayScaleImage.cpp. References cameraInfo, CameraInfo::resolutionHeight, and CameraInfo::resolutionWidth. |
|
|
deconstructs an image
Definition at line 20 of file GrayScaleImage.cpp. |
|
||||||||||||
|
Definition at line 24 of file GrayScaleImage.cpp. References cameraInfo, Image::cameraInfo, Image::image, CameraInfo::resolutionHeight, and CameraInfo::resolutionWidth. |
|
|
Definition at line 33 of file GrayScaleImage.h. |
|
|
Definition at line 38 of file GrayScaleImage.h. Referenced by copyChannel(), GrayScaleImage(), operator<<(), and operator>>(). |
|
|
Definition at line 39 of file GrayScaleImage.h. Referenced by operator<<(), and operator>>(). |
1.3.6