SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
This is the complete list of members for CVImage, including all inherited members.
_bytesInFile | CVImage | protected |
_bytesPerImage | CVImage | protected |
_bytesPerLine | CVImage | protected |
_bytesPerPixel | CVImage | protected |
_cvMat | CVImage | protected |
_format | CVImage | protected |
_name | CVImage | protected |
_path | CVImage | protected |
allocate(int width, int height, CVPixelFormatGL pixelFormatGL, bool isContinuous=true) | CVImage | |
bytesInFile() | CVImage | inline |
bytesPerImage() | CVImage | inline |
bytesPerLine() | CVImage | inline |
bytesPerLine(uint width, CVPixelFormatGL pixelFormat, bool isContinuous=false) | CVImage | protectedstatic |
bytesPerPixel() | CVImage | inline |
bytesPerPixel(CVPixelFormatGL pixelFormat) | CVImage | protectedstatic |
clearData() | CVImage | |
convertTo(int cvDataType) | CVImage | |
crop(float targetWdivH, int &cropW, int &cropH) | CVImage | |
CVImage() | CVImage | |
CVImage(int width, int height, CVPixelFormatGL format, string name) | CVImage | |
CVImage(const string &imageFilename, bool flipVertical=true, bool loadGrayscaleIntoAlpha=false) | CVImage | explicit |
CVImage(CVImage &srcImage) | CVImage | |
CVImage(const CVVVec3f &colors) | CVImage | explicit |
CVImage(const CVVVec4f &colors) | CVImage | explicit |
cvMat() const | CVImage | inline |
cvType2glPixelFormat(int cvType) | CVImage | static |
data() | CVImage | inline |
empty() const | CVImage | inline |
fill(uchar r, uchar g, uchar b) | CVImage | |
fill(uchar r, uchar g, uchar b, uchar a) | CVImage | |
flipX() | CVImage | |
flipY() | CVImage | |
format() | CVImage | inline |
formatString(CVPixelFormatGL pixelFormatGL) | CVImage | static |
formatString() | CVImage | inline |
getPixelf(float x, float y) | CVImage | |
getPixeli(int x, int y) | CVImage | |
glPixelFormat2cvType(CVPixelFormatGL pixelFormatGL) | CVImage | static |
height() | CVImage | inline |
load(const string &filename, bool flipVertical=true, bool loadGrayscaleIntoAlpha=false) | CVImage | |
load(int inWidth, int inHeight, CVPixelFormatGL srcPixelFormatGL, CVPixelFormatGL dstPixelFormatGL, uchar *data, bool isContinuous, bool isTopLeft) | CVImage | |
name() | CVImage | inline |
path() | CVImage | inline |
resize(int width, int height) | CVImage | |
saveJPG(const string &filename, int compressionLevel=95, bool flipY=true, bool convertBGR2RGB=true) | CVImage | |
savePNG(const string &filename, int compressionLevel=6, bool flipY=true, bool convertBGR2RGB=true) | CVImage | |
setPixeli(int x, int y, CVVec4f color) | CVImage | |
setPixeliRGB(int x, int y, CVVec3f color) | CVImage | |
setPixeliRGB(int x, int y, CVVec4f color) | CVImage | |
setPixeliRGBA(int x, int y, CVVec4f color) | CVImage | |
typeString(int cvMatTypeInt) | CVImage | static |
width() | CVImage | inline |
~CVImage() | CVImage |