mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
Update ClassFlowAlignment.cpp
This commit is contained in:
@@ -160,7 +160,7 @@ bool ClassFlowAlignment::ReadParameter(FILE *pfile, string &aktparamgraph)
|
|||||||
// no align algo if set to 3 = off => no draw ref //add disable aligment algo |01.2023
|
// no align algo if set to 3 = off => no draw ref //add disable aligment algo |01.2023
|
||||||
if (References[0].alignment_algo != 3)
|
if (References[0].alignment_algo != 3)
|
||||||
{
|
{
|
||||||
LoadReferenceAlignmentValues();
|
return LoadReferenceAlignmentValues();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
@@ -285,7 +285,7 @@ bool ClassFlowAlignment::doFlow(string time)
|
|||||||
// no align algo if set to 3 = off => no draw ref //add disable aligment algo |01.2023
|
// no align algo if set to 3 = off => no draw ref //add disable aligment algo |01.2023
|
||||||
if (References[0].alignment_algo != 3)
|
if (References[0].alignment_algo != 3)
|
||||||
{
|
{
|
||||||
LoadReferenceAlignmentValues();
|
return LoadReferenceAlignmentValues();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user