8#ifndef META_OCEAN_TEST_TESTMEDIA_TEST_IMAGE_IO_H
9#define META_OCEAN_TEST_TESTMEDIA_TEST_IMAGE_IO_H
15#ifdef OCEAN_PLATFORM_BUILD_APPLE
39 static bool test(
const double testDuration);
203 template <
typename T>
204 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:1808
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