ddt 1.2.1
Loading...
Searching...
No Matches
Classes | Functions
testImageLibs_Stats.cpp File Reference

Contains unit tests for the imageStats module. More...

#include "../../fitsfunctions/src/include/ddt/imageIO.hpp"
#include "ddt/imageError.hpp"
#include "ddt/imageHandling.hpp"
#include "ddt/imageHelpers.hpp"
#include "ddt/imageProc.hpp"
#include "ddt/imageStats.hpp"
#include "ddt/initCpl.hpp"
#include "gtest/gtest.h"

Classes

class  ImageLibsStatsTest
 

Functions

 TEST_F (ImageLibsStatsTest, MaxPixelValue)
 
 TEST_F (ImageLibsStatsTest, MaxPixelValueWindow)
 
 TEST_F (ImageLibsStatsTest, MinPixelValue)
 
 TEST_F (ImageLibsStatsTest, MinPixelValueWindow)
 
 TEST_F (ImageLibsStatsTest, MedianPixelValue)
 
 TEST_F (ImageLibsStatsTest, MeanPixelValue)
 
 TEST_F (ImageLibsStatsTest, MeanPixelValueWindow)
 
 TEST_F (ImageLibsStatsTest, RMSValue)
 
 TEST_F (ImageLibsStatsTest, RMSValueFail)
 
 TEST_F (ImageLibsStatsTest, RMSValueWindow)
 
 TEST_F (ImageLibsStatsTest, RMSValueWindowFail)
 
 TEST_F (ImageLibsStatsTest, CPLStatistics)
 
 TEST_F (ImageLibsStatsTest, CPLStatisticsInsideRect)
 
 TEST_F (ImageLibsStatsTest, CPLStatisticsInsideCirc)
 
 TEST_F (ImageLibsStatsTest, CPLStatisticsOutsideRect)
 
 TEST_F (ImageLibsStatsTest, CPLStatisticsOutsideCirc)
 
 TEST_F (ImageLibsStatsTest, CPLFwhmInsideRect)
 
 TEST_F (ImageLibsStatsTest, CPLFwhmOusideRect)
 
 TEST_F (ImageLibsStatsTest, CPLFwhmInsideCirc)
 
 TEST_F (ImageLibsStatsTest, CPLFwhmOutsideCirc)
 
 TEST_F (ImageLibsStatsTest, MinMaxPixelValues)
 
 TEST_F (ImageLibsStatsTest, MinMaxPixelValuesFail)
 
 TEST_F (ImageLibsStatsTest, MedianMinMaxPixelValues)
 
 TEST_F (ImageLibsStatsTest, MedianMinMaxPixelValuesFail)
 
 TEST_F (ImageLibsStatsTest, MinMaxPixelValuesPercentage)
 
 TEST_F (ImageLibsStatsTest, PixelValues)
 
 TEST_F (ImageLibsStatsTest, PixelValuesFail)
 
 TEST_F (ImageLibsStatsTest, Histogram)
 
 TEST_F (ImageLibsStatsTest, SigmaValue)
 
 TEST_F (ImageLibsStatsTest, SigmaValueWindow)
 
 TEST_F (ImageLibsStatsTest, CircularObjects)
 

Detailed Description

Contains unit tests for the imageStats module.

Author
Christoph Bortlisz, CGI

Function Documentation

◆ TEST_F() [1/31]

TEST_F ( ImageLibsStatsTest ,
CircularObjects  )

◆ TEST_F() [2/31]

TEST_F ( ImageLibsStatsTest ,
CPLFwhmInsideCirc  )

◆ TEST_F() [3/31]

TEST_F ( ImageLibsStatsTest ,
CPLFwhmInsideRect  )

◆ TEST_F() [4/31]

TEST_F ( ImageLibsStatsTest ,
CPLFwhmOusideRect  )

◆ TEST_F() [5/31]

TEST_F ( ImageLibsStatsTest ,
CPLFwhmOutsideCirc  )

◆ TEST_F() [6/31]

TEST_F ( ImageLibsStatsTest ,
CPLStatistics  )

◆ TEST_F() [7/31]

TEST_F ( ImageLibsStatsTest ,
CPLStatisticsInsideCirc  )

◆ TEST_F() [8/31]

TEST_F ( ImageLibsStatsTest ,
CPLStatisticsInsideRect  )

◆ TEST_F() [9/31]

TEST_F ( ImageLibsStatsTest ,
CPLStatisticsOutsideCirc  )

◆ TEST_F() [10/31]

TEST_F ( ImageLibsStatsTest ,
CPLStatisticsOutsideRect  )

◆ TEST_F() [11/31]

TEST_F ( ImageLibsStatsTest ,
Histogram  )

◆ TEST_F() [12/31]

TEST_F ( ImageLibsStatsTest ,
MaxPixelValue  )

◆ TEST_F() [13/31]

TEST_F ( ImageLibsStatsTest ,
MaxPixelValueWindow  )

◆ TEST_F() [14/31]

TEST_F ( ImageLibsStatsTest ,
MeanPixelValue  )

◆ TEST_F() [15/31]

TEST_F ( ImageLibsStatsTest ,
MeanPixelValueWindow  )

◆ TEST_F() [16/31]

TEST_F ( ImageLibsStatsTest ,
MedianMinMaxPixelValues  )

◆ TEST_F() [17/31]

TEST_F ( ImageLibsStatsTest ,
MedianMinMaxPixelValuesFail  )

◆ TEST_F() [18/31]

TEST_F ( ImageLibsStatsTest ,
MedianPixelValue  )

◆ TEST_F() [19/31]

TEST_F ( ImageLibsStatsTest ,
MinMaxPixelValues  )

◆ TEST_F() [20/31]

TEST_F ( ImageLibsStatsTest ,
MinMaxPixelValuesFail  )

◆ TEST_F() [21/31]

TEST_F ( ImageLibsStatsTest ,
MinMaxPixelValuesPercentage  )

◆ TEST_F() [22/31]

TEST_F ( ImageLibsStatsTest ,
MinPixelValue  )

◆ TEST_F() [23/31]

TEST_F ( ImageLibsStatsTest ,
MinPixelValueWindow  )

◆ TEST_F() [24/31]

TEST_F ( ImageLibsStatsTest ,
PixelValues  )

◆ TEST_F() [25/31]

TEST_F ( ImageLibsStatsTest ,
PixelValuesFail  )

◆ TEST_F() [26/31]

TEST_F ( ImageLibsStatsTest ,
RMSValue  )

◆ TEST_F() [27/31]

TEST_F ( ImageLibsStatsTest ,
RMSValueFail  )

◆ TEST_F() [28/31]

TEST_F ( ImageLibsStatsTest ,
RMSValueWindow  )

◆ TEST_F() [29/31]

TEST_F ( ImageLibsStatsTest ,
RMSValueWindowFail  )

◆ TEST_F() [30/31]

TEST_F ( ImageLibsStatsTest ,
SigmaValue  )

◆ TEST_F() [31/31]

TEST_F ( ImageLibsStatsTest ,
SigmaValueWindow  )