rotation of image log files implemented

improved rotation of message log files
implement deletion of temp images before start new flow
a little bit code cleaning
This commit is contained in:
Jurij Retzlaff
2020-11-12 23:27:00 +01:00
parent acc7253ca1
commit f4f871002b
21 changed files with 259 additions and 123 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "ClassFlow.h"
#include "ClassFlowImage.h"
// #include "CTfLiteClass.h"
struct roianalog {
@@ -10,11 +10,9 @@ struct roianalog {
class ClassFlowAnalog :
public ClassFlow
public ClassFlowImage
{
protected:
string LogImageLocation;
bool isLogImage;
std::vector<roianalog*> ROI;
string cnnmodelfile;
int modelxsize, modelysize;