feat(墨迹识别): 添加激进优化模式选项#484
Draft
doudou0720 wants to merge 2 commits into
Draft
Conversation
在墨迹转形状功能中新增激进优化模式开关,当启用时跳过积压的识别任务直接处理最新笔画,避免快速书写时程序卡顿甚至误判假死。 Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
Member
|
hyw |
Member
|
什么垃圾设备 |
Member
|
我觉得此功能是不必要的,因为4120不会出现此问题并且相关优化已经做过了 |
Member
|
4120都能处理,而且多指书写的并行多墨迹纠正都没有任何问题 |
Member
|
响应速度非常快,不存在积压 |
Member
|
针对性能不足用户我的建议是不开墨迹纠正 |
Member
|
我觉得我的测试书写速度应该远超正常使用的书写速度 |
Member
Author
|
我认为写字的频率>>画图的频率
我们的wps会很卡,但是mso不会,而用wps只有语文老师,但是化学老师用mso,所以这是一个折中的办法
…---原始邮件---
发件人: ***@***.***>
发送时间: 2026年5月10日(周日) 中午12:17
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [InkCanvasForClass/community] feat(墨迹识别): 添加激进优化模式选项 (PR #484)
CJKmkp left a comment (InkCanvasForClass/community#484)
我觉得我的测试书写速度应该远超正常使用的书写速度
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Member
Author
|
这个又不影响现有使用怕啥) |
Member
|
我觉得你还是先测了再说吧 |
Member
|
我认为理论上墨迹识别不区分PPT软件 |
Member
Author
这两天期中,要等会 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
未经实际测试
在墨迹转形状功能中新增激进优化模式开关,当启用时跳过积压的识别任务直接处理最新笔画,避免快速书写时程序卡顿甚至误判假死。
我们的电脑用的32位WPS导致卡死了,墨迹闪烁甚至误判假死
这个会把积压的任务直接丢弃,所以加了设置项
我觉得画图频率应该不是很快,对跑的动的用户也无感