Commit b649afff by liulongfei

修复bug

parent 6aca751b
...@@ -165,7 +165,7 @@ namespace VIZ.H2V.Module ...@@ -165,7 +165,7 @@ namespace VIZ.H2V.Module
return; return;
// TODO: 平滑系数读取 // TODO: 平滑系数读取
AlgorithmSender.ManualMode(manager, this.ID, this.ViewConfig.IsSendToCrop, this.GetManulRoi(), 0.02); AlgorithmSender.ManualMode(manager, this.ID, this.ViewConfig.IsSendToCrop, this.GetManulRoi(), this.AlgorithmConfig.SmoothCoeff);
// 在需要发送裁切框时 // 在需要发送裁切框时
if (this.viewConfig.IsSendToCrop) if (this.viewConfig.IsSendToCrop)
......
...@@ -38,7 +38,7 @@ namespace VIZ.H2V.Storage ...@@ -38,7 +38,7 @@ namespace VIZ.H2V.Storage
/// <summary> /// <summary>
/// 操作日志 /// 操作日志
/// </summary> /// </summary>
[Csv(Scene = CsvScene.Read)] [Csv(Scene = CsvScene.Write)]
public List<LogOperation> LogOperations { get; private set; } public List<LogOperation> LogOperations { get; private set; }
/// <summary> /// <summary>
......
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