|
QTrk
|
#include <utils.h>
Public Member Functions | |
| CImageData (int w, int h) | |
| CImageData (const CImageData &other) | |
| CImageData () | |
| ~CImageData () | |
| CImageData (const TImageData< float > &src) | |
| CImageData & | operator= (const CImageData &src) |
| CImageData & | operator= (const TImageData< float > &src) |
Public Member Functions inherited from TImageData< float > | |
| TImageData () | |
| TImageData (float *d, int w, int h) | |
| void | set (Ta *src) |
| void | set (const TImageData< Ta > &src) |
| void | copyTo (float *dst) |
| float & | at (int x, int y) |
| float | interpolate (float x, float y, bool *outside=0) |
| float | interpolate1D (int y, float x) |
| int | numPixels () const |
| int | pitch () const |
| void | normalize () |
| float | mean () |
| float & | operator[] (int i) |
| void | free () |
| void | writeAsCSV (const char *filename, const char *labels[]=0) |
Additional Inherited Members | |
Static Public Member Functions inherited from TImageData< float > | |
| static TImageData | alloc (int w, int h) |
Public Attributes inherited from TImageData< float > | |
| float * | data |
| int | w |
| int | h |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.12