ImProcFunctions cleanup and transition to OpenMP -- phase 1

This commit is contained in:
gabor
2010-05-21 16:14:18 +02:00
parent c427279ce3
commit cd91e7890e
19 changed files with 1944 additions and 2856 deletions

View File

@@ -29,8 +29,9 @@ class SHMap {
int W, H;
unsigned short** map;
unsigned short max, min, avg;
bool multiThread;
SHMap (int w, int h);
SHMap (int w, int h, bool multiThread);
~SHMap ();
void update (Image16* img, unsigned short** buffer, double radius, double lumi[3], bool hq);