AMaZE added as a demosaic option to RT

This commit is contained in:
Emil Martinec
2010-05-31 22:14:16 -05:00
parent 9ed043c2d7
commit aff8872b55
5 changed files with 785 additions and 8 deletions

View File

@@ -139,6 +139,7 @@ class RawImageSource : public ImageSource {
void hphd_demosaic ();
void vng4_demosaic ();
void ppg_demosaic();
void amaze_demosaic_RT ();//Emil's code for AMaZE
void dcb_demosaic(int iterations, int dcb_enhance);
void ahd_demosaic();
void border_interpolate(int border, ushort (*image)[4]);