Commit b649afff by liulongfei

修复bug

parent 6aca751b
......@@ -165,7 +165,7 @@ namespace VIZ.H2V.Module
return;
// 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)
......
......@@ -38,7 +38,7 @@ namespace VIZ.H2V.Storage
/// <summary>
/// 操作日志
/// </summary>
[Csv(Scene = CsvScene.Read)]
[Csv(Scene = CsvScene.Write)]
public List<LogOperation> LogOperations { get; private set; }
/// <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