You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
DoKit 设计稿还原度检测工具介绍
可以通过还原度检测工具, 将UI界面与设计师的设计稿进行现场比对,直观标出差异点,包括颜色,尺寸,间距等差异,并生成相应的报表,帮助设计师快速定位差异,并进行纠正。
代码说明
项目依赖 Opencv 版本为
Opencv 4.6.0。目前支持对同比例不同分辨率下的设计稿进行比对,为了支持对不同分辨率的比对需进行图片配准,需要提取图片特征点进行比对,所以比对的两图需要保持一定相似度以保持良好的图像配准结果。
项目代码存放路径为:
Android/dokit/src/main/java/com/didichuxing/doraemonkit/kit/designcheck/*其中各文件的主要功能如下:
TODO List
相关说明文档
Doc/android-designCheck.md