locallab: speedup for exclude mode, softprocess and transit_shapedetect, also reduced memory usage, #5236

This commit is contained in:
heckflosse
2019-03-24 14:42:42 +01:00
parent d4695eb5da
commit d778151319
4 changed files with 368 additions and 754 deletions

View File

@@ -34,7 +34,7 @@ public:
float** a;
float** b;
LabImage (int w, int h);
LabImage (int w, int h, bool initZero = false, bool multiThread = true);
~LabImage ();
//Copies image data in Img into this instance.