ddt  0.1
Public Attributes | List of all members
CplStatistics Struct Reference

#include <imageStats.hpp>

Public Attributes

double min_val
 
double max_val
 
double mean_val
 
double rms_val
 
int pix_num
 

Detailed Description

This file is part of the DDT Image Handling Library and provides functions to analyse and calculate statistic values for CPL images.

The usage is as follows:

#include "ddt/imageStats.hpp" ... using namespace ddt; Structure to bundle the main statistic values

Member Data Documentation

◆ max_val

double CplStatistics::max_val

maximum pixel value

◆ mean_val

double CplStatistics::mean_val

mean pixel value

◆ min_val

double CplStatistics::min_val

minimum pixel value

◆ pix_num

int CplStatistics::pix_num

number of pixel used for calculation

◆ rms_val

double CplStatistics::rms_val

RMS (root mean square) value


The documentation for this struct was generated from the following file: