docs: 修改文档匹配算法描述错误

This commit is contained in:
uye
2024-10-08 18:39:29 +08:00
parent 4c1d13b7e9
commit 33ebf0bcca
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -116,7 +116,7 @@ icon: material-symbols:task
// 不填写时默认为 Ccoeff
// - Ccoeff: 对颜色不敏感的模板匹配算法,对应 cv::TM_CCOEFF_NORMED
// - RGBCount: 对颜色敏感的模板匹配算法,
// 先将待匹配区域和模板图片依据 maskRange 二值化,
// 先将待匹配区域和模板图片依据 colorScales 二值化,
// 以 F1-score 为指标计算 RGB 颜色空间内的相似度,
// 再将结果与 Ccoeff 的结果点积
// - HSVCount: 类似 RGBCount颜色空间换为 HSV

View File

@@ -118,7 +118,7 @@ icon: material-symbols:task
// 不填寫時默認為 Ccoeff
// - Ccoeff: 對顏色不敏感的模板匹配算法,對應 cv::TM_CCOEFF_NORMED
// - RGBCount: 對顏色敏感的模板匹配算法,
// 先將待匹配區域和模板圖片依據 maskRange 二值化,
// 先將待匹配區域和模板圖片依據 colorScales 二值化,
// 以 F1-score 為指標計算 RGB 顏色空間內的相似度,
// 再將結果與 Ccoeff 的結果點積
// - HSVCount: 類似 RGBCount顏色空間換為 HSV