From 67d068f7c843e980141cbabad9560154024a1366 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 4 Jul 2013 14:40:15 +0200 Subject: Implement simple de-mosaicking of Bayer pattern --- src/ufodecode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ufodecode.h') diff --git a/src/ufodecode.h b/src/ufodecode.h index 228bec3..91b727a 100644 --- a/src/ufodecode.h +++ b/src/ufodecode.h @@ -91,6 +91,10 @@ void ufo_deinterlace_weave (const uint16_t *in1, uint16_t *out, int width, int height); +void ufo_convert_bayer_to_rgb (const uint16_t *in, + uint8_t *out, + int width, + int height); #ifdef __cplusplus } -- cgit v1.2.3