![]() |
Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
|
#include <CArcImage.h>
Public Member Functions | |
difStats_t (void)=default | |
~difStats_t (void)=default | |
const std::string | toString (void) const noexcept |
Public Attributes | |
stats_t | tImage1Stats |
stats_t | tImage2Stats |
stats_t | tDiffStats |
Image difference statistics info type
Definition at line 107 of file CArcImage.h.
|
default |
Default constructor
|
default |
Default destructor
|
noexcept |
Returns a string containing all the member names and values.
stats_t arc::gen4::image::difStats_t::tImage1Stats |
Statistics values for image #1
Definition at line 122 of file CArcImage.h.
stats_t arc::gen4::image::difStats_t::tImage2Stats |
Statistics values for image #2
Definition at line 123 of file CArcImage.h.
stats_t arc::gen4::image::difStats_t::tDiffStats |
Difference values for the tImage1Stats and tImage2Stats members of this class
Definition at line 124 of file CArcImage.h.