Optimized CImageBasis

This commit is contained in:
jomjol
2023-01-03 08:24:16 +01:00
parent 62a2f127b4
commit 68ac6b0185
3 changed files with 5 additions and 12 deletions

View File

@@ -162,7 +162,7 @@ string ClassFlowAlignment::getHTMLSingleStep(string host)
bool ClassFlowAlignment::doFlow(string time)
{
if (!ImageTMP)
ImageTMP = new CImageBasis(ImageBasis, 5);
ImageTMP = new CImageBasis(ImageBasis);
delete AlignAndCutImage;