iplocallab.cc: further cleanups

This commit is contained in:
Ingo Weyrich
2020-06-11 17:28:40 +02:00
parent 67bbba5605
commit 933fee8c73
3 changed files with 474 additions and 729 deletions

View File

@@ -39,7 +39,7 @@ public:
~LabImage ();
//Copies image data in Img into this instance.
void CopyFrom(LabImage *Img);
void CopyFrom(LabImage *Img, bool multiThread = true);
void getPipetteData (float &L, float &a, float &b, int posX, int posY, int squareSize);
void deleteLab();
void reallocLab();