add:WinRT墨迹识别

This commit is contained in:
2026-03-28 17:40:14 +08:00
parent 91c2fa4eee
commit 9d0baa0799
11 changed files with 484 additions and 60 deletions
+6
View File
@@ -762,6 +762,12 @@ namespace Ink_Canvas
public double LineStraightenSensitivity { get; set; } = 0.20;
[JsonProperty("lineNormalizationThreshold")]
public double LineNormalizationThreshold { get; set; } = 0.5;
/// <summary>
/// 形状识别后端:0=自动(x64 用 WinRTx86 用 IACore),1=IACore2=WinRT。
/// </summary>
[JsonProperty("shapeRecognitionEngine")]
public int ShapeRecognitionEngine { get; set; }
}
public class RandSettings