|
HDK
|
#include <imagebufalgo.h>
Public Member Functions | |
| PixelStats () | |
| PixelStats (PixelStats &&other)=default | |
| PixelStats (int nchannels) | |
| void | reset (int nchannels) |
| void | merge (const PixelStats &p) |
| const PixelStats & | operator= (PixelStats &&other) |
Public Attributes | |
| std::vector< float > | min |
| std::vector< float > | max |
| std::vector< float > | avg |
| std::vector< float > | stddev |
| std::vector< imagesize_t > | nancount |
| std::vector< imagesize_t > | infcount |
| std::vector< imagesize_t > | finitecount |
| std::vector< double > | sum |
| std::vector< double > | sum2 |
Definition at line 1310 of file imagebufalgo.h.
|
inline |
Definition at line 1320 of file imagebufalgo.h.
|
default |
|
inline |
Definition at line 1322 of file imagebufalgo.h.
| void ImageBufAlgo::PixelStats::merge | ( | const PixelStats & | p | ) |
| const PixelStats& ImageBufAlgo::PixelStats::operator= | ( | PixelStats && | other | ) |
| std::vector<float> ImageBufAlgo::PixelStats::avg |
Definition at line 1313 of file imagebufalgo.h.
| std::vector<imagesize_t> ImageBufAlgo::PixelStats::finitecount |
Definition at line 1317 of file imagebufalgo.h.
| std::vector<imagesize_t> ImageBufAlgo::PixelStats::infcount |
Definition at line 1316 of file imagebufalgo.h.
| std::vector<float> ImageBufAlgo::PixelStats::max |
Definition at line 1312 of file imagebufalgo.h.
| std::vector<float> ImageBufAlgo::PixelStats::min |
Definition at line 1311 of file imagebufalgo.h.
| std::vector<imagesize_t> ImageBufAlgo::PixelStats::nancount |
Definition at line 1315 of file imagebufalgo.h.
| std::vector<float> ImageBufAlgo::PixelStats::stddev |
Definition at line 1314 of file imagebufalgo.h.
| std::vector<double> ImageBufAlgo::PixelStats::sum |
Definition at line 1318 of file imagebufalgo.h.
| std::vector<double> ImageBufAlgo::PixelStats::sum2 |
Definition at line 1318 of file imagebufalgo.h.