8 #ifndef META_OCEAN_TEST_TESTMEDIA_TEST_WIC_H
9 #define META_OCEAN_TEST_TESTMEDIA_TEST_WIC_H
13 #ifdef OCEAN_PLATFORM_BUILD_WINDOWS
39 static bool test(
const double testDuration);
59 #ifdef OCEAN_MEDIA_OIL_SUPPORT_JPG
74 #ifdef OCEAN_MEDIA_OIL_SUPPORT_PNG
89 #ifdef OCEAN_MEDIA_OIL_SUPPORT_TIF
139 template <
typename T>
140 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:1792
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
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15