Commit a7bea142 by liulongfei

单人机位目前不支持错误标记

parent e60aa5b7
...@@ -508,6 +508,10 @@ namespace VIZ.H2V.Module ...@@ -508,6 +508,10 @@ namespace VIZ.H2V.Module
if (this.ViewStatus != NDIViewStatus.CropRoi) if (this.ViewStatus != NDIViewStatus.CropRoi)
return; return;
// 目前单人机位不支持错误标记
if (this.StrategyType == AlgorithmStrategyType.Single)
return;
NDIView view = this.GetView<NDIView>(); NDIView view = this.GetView<NDIView>();
if (view == null) if (view == null)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment