ddt 1.2.1
|
Contains unit tests for the imageMath module. More...
#include "../../fitsfunctions/src/include/ddt/imageIO.hpp"
#include "ddt/imageError.hpp"
#include "ddt/imageHelpers.hpp"
#include "ddt/imageMath.hpp"
#include "ddt/imageStats.hpp"
#include "ddt/initCpl.hpp"
#include "gtest/gtest.h"
Classes | |
class | ImageLibsMathTest |
Functions | |
TEST_F (ImageLibsMathTest, AddImages) | |
TEST_F (ImageLibsMathTest, AddImagesFail) | |
TEST_F (ImageLibsMathTest, AddImagesCreate) | |
TEST_F (ImageLibsMathTest, AddImageScalar) | |
TEST_F (ImageLibsMathTest, AddImageScalarFail) | |
TEST_F (ImageLibsMathTest, AddImageScalarCreate) | |
TEST_F (ImageLibsMathTest, SubtractImages) | |
TEST_F (ImageLibsMathTest, SubtractImagesFail) | |
TEST_F (ImageLibsMathTest, SubtractImagesCreate) | |
TEST_F (ImageLibsMathTest, SubtractImageScalar) | |
TEST_F (ImageLibsMathTest, SubtractImageScalarFail) | |
TEST_F (ImageLibsMathTest, SubtractImageScalarCreate) | |
TEST_F (ImageLibsMathTest, MultiplyImages) | |
TEST_F (ImageLibsMathTest, MultiplyImagesFail) | |
TEST_F (ImageLibsMathTest, MultiplyImagesCreate) | |
TEST_F (ImageLibsMathTest, MultiplyImageScalar) | |
TEST_F (ImageLibsMathTest, MultiplyImageScalarFail) | |
TEST_F (ImageLibsMathTest, MultiplyImageScalarCreate) | |
TEST_F (ImageLibsMathTest, DivideImages) | |
TEST_F (ImageLibsMathTest, DivideImagesFail) | |
TEST_F (ImageLibsMathTest, DivideImagesCreate) | |
TEST_F (ImageLibsMathTest, DivideImageScalar) | |
TEST_F (ImageLibsMathTest, DivideImageScalarFail) | |
TEST_F (ImageLibsMathTest, DivideImageScalarCreate) | |
Contains unit tests for the imageMath module.
TEST_F | ( | ImageLibsMathTest | , |
AddImages | ) |
TEST_F | ( | ImageLibsMathTest | , |
AddImageScalar | ) |
TEST_F | ( | ImageLibsMathTest | , |
AddImageScalarCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
AddImageScalarFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
AddImagesCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
AddImagesFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
DivideImages | ) |
TEST_F | ( | ImageLibsMathTest | , |
DivideImageScalar | ) |
TEST_F | ( | ImageLibsMathTest | , |
DivideImageScalarCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
DivideImageScalarFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
DivideImagesCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
DivideImagesFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
MultiplyImages | ) |
TEST_F | ( | ImageLibsMathTest | , |
MultiplyImageScalar | ) |
TEST_F | ( | ImageLibsMathTest | , |
MultiplyImageScalarCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
MultiplyImageScalarFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
MultiplyImagesCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
MultiplyImagesFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
SubtractImages | ) |
TEST_F | ( | ImageLibsMathTest | , |
SubtractImageScalar | ) |
TEST_F | ( | ImageLibsMathTest | , |
SubtractImageScalarCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
SubtractImageScalarFail | ) |
TEST_F | ( | ImageLibsMathTest | , |
SubtractImagesCreate | ) |
TEST_F | ( | ImageLibsMathTest | , |
SubtractImagesFail | ) |