CVImageRGBFloat Member ListThis is the complete list of members for CVImageRGBFloat, including all inherited members.
| AbsHeight() const | CVImage | |
| AbsSize() const | CVImage | |
| AbsWidth() const | CVImage | |
| AddRef() | CVImage | |
| Clear() | CVImage | |
| CopyImage(const CVImage *srcImg, CVImage *&dstImg) | CVImage | [static] |
| CopyImage(const CVImage *srcImg, CVImage *&dstImg, int xOffset, int yOffset, int width, int height) | CVImage | [static] |
| Create(int width, int height, bool init) | CVImage | [protected] |
| CreateCompatible(const CVImage *srcImg, CVImage *&dstImg, bool init=true) | CVImage | [static] |
| CreateCompatible(const CVImage *srcImg, CVImage *&dstImg, int width, int height, bool init=true) | CVImage | [static] |
| CreateFromWin32Bmp(CVIMAGE_TYPE imageType, CVImage *&dstImage, const BITMAPINFOHEADER *bmih, const unsigned char *data) | CVImage | [static] |
| CreateImage(CVIMAGE_TYPE type, CVImage *&image, int width, int height, bool init=true) | CVImage | [static] |
| CreateSub(const CVImage *orgImg, CVImage *&dstImg, int xOffset, int yOffset, int width, int height) | CVImage | [static] |
| CVImage | CVImageRGBFloat | [private] |
| CVImage::CVImage() | CVImage | [protected] |
| CVIMAGE_DEFAULT enum value | CVImage | |
| CVIMAGE_GREY enum value | CVImage | |
| CVIMAGE_RGB24 enum value | CVImage | |
| CVIMAGE_RGBFLOAT enum value | CVImage | |
| CVIMAGE_TYPE enum name | CVImage | |
| CVImageRGBFloat() | CVImageRGBFloat | [protected] |
| DecRef() | CVImage | |
| fData | CVImage | [protected] |
| fHeight | CVImage | [protected] |
| fOwnData | CVImage | [protected] |
| fParentImage | CVImage | [protected] |
| fRefCount | CVImage | [protected] |
| fWidth | CVImage | [protected] |
| fXOffset | CVImage | [protected] |
| fYOffset | CVImage | [protected] |
| GetBytesPerPixel() const | CVImageRGBFloat | [virtual] |
| GetImageType() const | CVImageRGBFloat | [virtual] |
| GetMaxPixel(PixelTypeT &maxVal) const | CVImage | [inline, protected] |
| GetMaxPixelValue(float &maxValue) const | CVImageRGBFloat | [virtual] |
| GetNumChannels() const | CVImageRGBFloat | [virtual] |
| GetPixel(int x, int y, float &r, float &g, float &b) const | CVImageRGBFloat | [virtual] |
| GetPNMExtension() const | CVImageRGBFloat | [virtual] |
| GetPNMMagicVal() const | CVImageRGBFloat | [virtual] |
| GetRawDataPtr() const | CVImage | |
| Height() const | CVImage | |
| IsBigEndianMachine() | CVImage | [static] |
| IsImageRoot() const | CVImage | |
| Load(const char *filename, CVImage *&newImage) | CVImage | [static] |
| operator=(const CVImage &img) | CVImage | [protected] |
| ReadNonCommentLine(CVFile *file, char *buffer, int maxBufLen) | CVImage | [protected, static] |
| ReleaseImage(CVImage *&image) | CVImage | [static] |
| Save(const char *filename, const CVImage *outputImage, bool overwrite=true) | CVImage | [static] |
| SetFromWin32Bmp(const BITMAPINFOHEADER *bmih, const unsigned char *data) | CVImageRGBFloat | [virtual] |
| SetPixel(int x, int y, float r, float g, float b) | CVImageRGBFloat | [virtual] |
| SetSubPosition(int newXOffset, int newYOffset, int newWidth, int newHeight) | CVImage | |
| Size() const | CVImage | |
| Width() const | CVImage | |
| XOffsetAbs() const | CVImage | |
| XOffsetRel() const | CVImage | |
| YOffsetAbs() const | CVImage | |
| YOffsetRel() const | CVImage | |
| ~CVImage() | CVImage | [protected, virtual] |
| ~CVImageRGBFloat() | CVImageRGBFloat | [protected, virtual] |
|