From 33ebf0bcca972c3be7aed1e740dae8d7ec16617d Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:39:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E7=AE=97=E6=B3=95=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en-us/protocol/task-schema.md | 2 +- docs/zh-cn/protocol/task-schema.md | 2 +- docs/zh-tw/protocol/task-schema.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en-us/protocol/task-schema.md b/docs/en-us/protocol/task-schema.md index fbd7c3c528..58361c58c9 100644 --- a/docs/en-us/protocol/task-schema.md +++ b/docs/en-us/protocol/task-schema.md @@ -114,7 +114,7 @@ Usage of `resource/tasks.json` and description of each field // Default is Ccoeff if not specified // - Ccoeff: Template matching algorithm insensitive to color, corresponds to cv::TM_CCOEFF_NORMED // - RGBCount: Template matching algorithm sensitive to color, - // First binarize the region to be matched and the template image based on maskRange, + // First binarize the region to be matched and the template image based on colorScales, // Calculate the similarity in RGB color space using F1-score as the indicator, // Then dot the result with the Ccoeff result // - HSVCount: Similar to RGBCount, but the color space is changed to HSV diff --git a/docs/zh-cn/protocol/task-schema.md b/docs/zh-cn/protocol/task-schema.md index 18477e8311..00bf05156a 100644 --- a/docs/zh-cn/protocol/task-schema.md +++ b/docs/zh-cn/protocol/task-schema.md @@ -116,7 +116,7 @@ icon: material-symbols:task // 不填写时默认为 Ccoeff // - Ccoeff: 对颜色不敏感的模板匹配算法,对应 cv::TM_CCOEFF_NORMED // - RGBCount: 对颜色敏感的模板匹配算法, - // 先将待匹配区域和模板图片依据 maskRange 二值化, + // 先将待匹配区域和模板图片依据 colorScales 二值化, // 以 F1-score 为指标计算 RGB 颜色空间内的相似度, // 再将结果与 Ccoeff 的结果点积 // - HSVCount: 类似 RGBCount,颜色空间换为 HSV diff --git a/docs/zh-tw/protocol/task-schema.md b/docs/zh-tw/protocol/task-schema.md index 2f4bb51211..a504ab5396 100644 --- a/docs/zh-tw/protocol/task-schema.md +++ b/docs/zh-tw/protocol/task-schema.md @@ -118,7 +118,7 @@ icon: material-symbols:task // 不填寫時默認為 Ccoeff // - Ccoeff: 對顏色不敏感的模板匹配算法,對應 cv::TM_CCOEFF_NORMED // - RGBCount: 對顏色敏感的模板匹配算法, - // 先將待匹配區域和模板圖片依據 maskRange 二值化, + // 先將待匹配區域和模板圖片依據 colorScales 二值化, // 以 F1-score 為指標計算 RGB 顏色空間內的相似度, // 再將結果與 Ccoeff 的結果點積 // - HSVCount: 類似 RGBCount,顏色空間換為 HSV