![]() |
Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
|
#include <CArcImage.h>
Public Member Functions | |
avgStats_t (const std::uint32_t channelCount) | |
~avgStats_t (void)=default | |
Public Attributes | |
std::unique_ptr< double[]> | pAverageMin |
std::unique_ptr< double[]> | pAverageMax |
std::unique_ptr< double[]> | pAverageMean |
std::unique_ptr< double[]> | pAverageStdDev |
double | gMeanOfMeans |
double | gStdDevOfMeans |
double | gAvgAvgStdDev |
std::uint32_t | uiChannelCount |
std::uint32_t | uiImageCount |
Average image statistics info type
Definition at line 51 of file CArcImage.h.
arc::gen4::image::avgStats_t::avgStats_t | ( | const std::uint32_t | channelCount | ) |
Constructor
uiChannelCount | - The number of channels in the image(s) |
|
default |
Destructor
std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageMin |
Average of the minimum value
Definition at line 62 of file CArcImage.h.
std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageMax |
Average of the maximum value
Definition at line 63 of file CArcImage.h.
std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageMean |
Average of the mean value
Definition at line 64 of file CArcImage.h.
std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageStdDev |
Average of the standard deviation
Definition at line 65 of file CArcImage.h.
double arc::gen4::image::avgStats_t::gMeanOfMeans |
Average of the average of the mean values
Definition at line 67 of file CArcImage.h.
double arc::gen4::image::avgStats_t::gStdDevOfMeans |
Standard deviation of the mean values
Definition at line 68 of file CArcImage.h.
double arc::gen4::image::avgStats_t::gAvgAvgStdDev |
Average of the average standard deviation value
Definition at line 69 of file CArcImage.h.
std::uint32_t arc::gen4::image::avgStats_t::uiChannelCount |
Number of channels in the image(s)
Definition at line 71 of file CArcImage.h.
std::uint32_t arc::gen4::image::avgStats_t::uiImageCount |
Number of images used for the averaging
Definition at line 72 of file CArcImage.h.