8#ifndef META_OCEAN_TEST_TESTMEDIA_TEST_OPEN_IMAGE_LIBRARIES_H
9#define META_OCEAN_TEST_TESTMEDIA_TEST_OPEN_IMAGE_LIBRARIES_H
42#ifdef OCEAN_MEDIA_OIL_SUPPORT_JPG
53#ifdef OCEAN_MEDIA_OIL_SUPPORT_PNG
64#ifdef OCEAN_MEDIA_OIL_SUPPORT_TIF
75#ifdef OCEAN_MEDIA_OIL_SUPPORT_WEBP
93#ifdef OCEAN_MEDIA_OIL_SUPPORT_JPG
114#ifdef OCEAN_MEDIA_OIL_SUPPORT_PNG
135#ifdef OCEAN_MEDIA_OIL_SUPPORT_TIF
156#ifdef OCEAN_MEDIA_OIL_SUPPORT_GIF
166#ifdef OCEAN_MEDIA_OIL_SUPPORT_WEBP
228 template <
typename T>
229 static void determineSimilarity(
const T* firstFrame,
const T* secondFrame,
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const unsigned int firstFramePaddingElements,
const unsigned int secondFramePaddingElements,
double& minDifference,
double& aveDifference,
double& maxDifference);
This class implements Ocean's image class.
Definition Frame.h:1879
Definition of a frame type composed by the frame dimension, pixel format and pixel origin.
Definition Frame.h:30
PixelFormat
Definition of all pixel formats available in the Ocean framework.
Definition Frame.h:183
PixelOrigin
Defines different types of frame origin positions.
Definition Frame.h:1046
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15