Go to the source code of this file.
Functions | |
| bool | readData (QString filename, float *mean, unsigned char *median, float *stddev, int *frow, int *fcol, int *fwidth, int *fheight, HistogramAnalyzer::Histogram *histogram, unsigned char *monochromatic, long long nframes) |
| bool | writeData (QString filename, float *mean, unsigned char *median, float *stddev, int *frow, int *fcol, int *fwidth, int *fheight, HistogramAnalyzer::Histogram *histogram, unsigned char *monochromatic, long long nframes) |
| bool @1721::readData | ( | QString | filename, | |
| float * | mean, | |||
| unsigned char * | median, | |||
| float * | stddev, | |||
| int * | frow, | |||
| int * | fcol, | |||
| int * | fwidth, | |||
| int * | fheight, | |||
| HistogramAnalyzer::Histogram * | histogram, | |||
| unsigned char * | monochromatic, | |||
| long long | nframes | |||
| ) | [static] |
Definition at line 21 of file HistogramAnalyzer.cpp.
Referenced by HistogramAnalyzer::nuppelVideoPlayerInited().
| bool @1721::writeData | ( | QString | filename, | |
| float * | mean, | |||
| unsigned char * | median, | |||
| float * | stddev, | |||
| int * | frow, | |||
| int * | fcol, | |||
| int * | fwidth, | |||
| int * | fheight, | |||
| HistogramAnalyzer::Histogram * | histogram, | |||
| unsigned char * | monochromatic, | |||
| long long | nframes | |||
| ) | [static] |
Definition at line 100 of file HistogramAnalyzer.cpp.
Referenced by SceneChangeDetector::finished(), and HistogramAnalyzer::finished().
1.5.5