about summary refs log tree commit diff
path: root/converter/other/cameratopam/foveon.h
blob: c9bf48a84dab60a9b00f2b3afa7b64625511e9f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "pm.h"

#include "cameratopam.h"
#include "camera.h"

void 
parse_foveon(FILE * const ifp);

void  
foveon_interpolate(Image const image,
                   float coeff[3][4]);

LoadRawFn foveon_load_raw;

void  
foveon_coeff(int * const useCoeffP,
             float       coeff[3][4]);