Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
arc::gen4::image::avgStats_t Struct Referencefinal

#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
 

Detailed Description

Average image statistics info type

Definition at line 51 of file CArcImage.h.

Constructor & Destructor Documentation

◆ avgStats_t()

arc::gen4::image::avgStats_t::avgStats_t ( const std::uint32_t  channelCount)

Constructor

Parameters
uiChannelCount- The number of channels in the image(s)

◆ ~avgStats_t()

arc::gen4::image::avgStats_t::~avgStats_t ( void  )
default

Destructor

Member Data Documentation

◆ pAverageMin

std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageMin

Average of the minimum value

Definition at line 62 of file CArcImage.h.

◆ pAverageMax

std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageMax

Average of the maximum value

Definition at line 63 of file CArcImage.h.

◆ pAverageMean

std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageMean

Average of the mean value

Definition at line 64 of file CArcImage.h.

◆ pAverageStdDev

std::unique_ptr<double[]> arc::gen4::image::avgStats_t::pAverageStdDev

Average of the standard deviation

Definition at line 65 of file CArcImage.h.

◆ gMeanOfMeans

double arc::gen4::image::avgStats_t::gMeanOfMeans

Average of the average of the mean values

Definition at line 67 of file CArcImage.h.

◆ gStdDevOfMeans

double arc::gen4::image::avgStats_t::gStdDevOfMeans

Standard deviation of the mean values

Definition at line 68 of file CArcImage.h.

◆ gAvgAvgStdDev

double arc::gen4::image::avgStats_t::gAvgAvgStdDev

Average of the average standard deviation value

Definition at line 69 of file CArcImage.h.

◆ uiChannelCount

std::uint32_t arc::gen4::image::avgStats_t::uiChannelCount

Number of channels in the image(s)

Definition at line 71 of file CArcImage.h.

◆ uiImageCount

std::uint32_t arc::gen4::image::avgStats_t::uiImageCount

Number of images used for the averaging

Definition at line 72 of file CArcImage.h.