Public Member Functions | |
| vetDFMatrix () | |
| vetDFMatrix (char *array, unsigned int size, bool doCopy=false) | |
| vetDFMatrix (const char *filename) | |
| vetDFMatrix (FILE *fp) | |
| ~vetDFMatrix () | |
| char * | dup_data () |
| unsigned int | getDim () |
| char & | operator[] (int i) |
| const char & | operator[] (int i) const |
| VETRESULT | saveToFile (const char *filename) |
| VETRESULT | loadFromFile (const char *filename) |
| VETRESULT | saveToStream (FILE *fp) |
| VETRESULT | loadFromStream (FILE *fp) |
Static Public Member Functions | |
| static vetDFMatrix * | createKernel_3x3 (int index) |
Protected Member Functions | |
| void | setDim (unsigned int size) |
Protected Attributes | |
| char * | data |
| char * | norm |
| unsigned int | dim |
Definition at line 83 of file vetDFMatrix.h.
|
|
Overloaded array operator. This operator allows easy access to the data of the pixel as if you were refering to the data directly.
Definition at line 177 of file vetDFMatrix.h. References data. |
|
|
Overloaded array operator. This operator allows easy access to the data of the pixel as if you were refering to the data directly.
Definition at line 162 of file vetDFMatrix.h. References data. |
1.4.4