locallab: speedup for exclude mode, softprocess and transit_shapedetect, also reduced memory usage, #5236
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user