omp for getImage in rawimagesource.cc

This commit is contained in:
askv
2010-09-10 20:38:55 -07:00
parent 2f5c2959bb
commit f45a801e19
2 changed files with 60 additions and 39 deletions

View File

@@ -97,7 +97,8 @@ class RawImageSource : public ImageSource {
void updateHLRecoveryMap (std::string method, double rm, double gm, double bm);
void updateHLRecoveryMap_ColorPropagation ();
void HLRecovery_ColorPropagation (unsigned short* red, unsigned short* green, unsigned short* blue, int i, int sx1, int width, int skip);
void interpolate_image(Image16* image, HRecParams hrp, double rm, double gm, double bm, int skip, int tran, int fw, int imwidth, int imheight, int sx, int sy, int start, int end);
public:
RawImageSource ();
~RawImageSource ();