mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Optimized CImageBasis
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user