8 #ifndef META_OCEAN_CV_FRAME_FILTER_PATCH_H
9 #define META_OCEAN_CV_FRAME_FILTER_PATCH_H
43 static void filter1Channel8Bit(
const uint8_t* source, uint8_t* target,
const unsigned int width,
const unsigned int height,
const unsigned int patchSize,
const unsigned int sourcePaddingElements,
const unsigned int targetPaddingElements,
Worker* worker =
nullptr);
61 static void filter1Channel8BitSubset(
const uint32_t* borderedIntegral, uint8_t* target,
const unsigned int width,
const unsigned int height,
const unsigned int patchSize,
const unsigned int targetPaddingElements,
const unsigned int firstRow,
const unsigned int numberRows);
This class implements the base class for all filter.
Definition: FrameFilter.h:29
This class implements a patch frame filter.
Definition: FrameFilterPatch.h:29
static void filter1Channel8BitSubset(const uint32_t *borderedIntegral, uint8_t *target, const unsigned int width, const unsigned int height, const unsigned int patchSize, const unsigned int targetPaddingElements, const unsigned int firstRow, const unsigned int numberRows)
Filters a subset of a given 1 channel 8 bit grayscale frame.
static void filter1Channel8Bit(const uint8_t *source, uint8_t *target, const unsigned int width, const unsigned int height, const unsigned int patchSize, const unsigned int sourcePaddingElements, const unsigned int targetPaddingElements, Worker *worker=nullptr)
Filters a given 1 channel 8 bit grayscale frame.
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15