RoiDetection : Changes while testing, ver. 2.12.528
This commit is contained in:
@@ -116,8 +116,6 @@ namespace TBF.BenchControl.TestMethods.RoiDetection
|
||||
if (roi != null)
|
||||
{
|
||||
roi.ClearRoi();
|
||||
imageNames[i] = roi.DetectedImageName;
|
||||
if (File.Exists(roi.DetectedImageName)) File.Delete(roi.DetectedImageName);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -138,6 +136,7 @@ namespace TBF.BenchControl.TestMethods.RoiDetection
|
||||
if (roi != null && !roi.Detected)
|
||||
{
|
||||
detection.AddOperation(roi.RoiDetectionOp());
|
||||
imageNames[i] = roi.DetectedImageName;
|
||||
}
|
||||
}
|
||||
detection.EnterState();
|
||||
|
||||
Reference in New Issue
Block a user