Skip to content

## 修改笔误#63

Open
linjinrong wants to merge 1 commit intovipstone:masterfrom
linjinrong:fix-detection-typo
Open

## 修改笔误#63
linjinrong wants to merge 1 commit intovipstone:masterfrom
linjinrong:fix-detection-typo

Conversation

@linjinrong
Copy link
Copy Markdown

文档笔误修复

问题描述

doc-en/detectionOpenCV.md 等相关文件中发现拼写错误

修改内容

  • detectionOpenCV.md第 83行:cv2.rectangle(img, (x, y), (x + h, y + w), color, 2)cv2.rectangle(img, (x, y), (x + w, y + h), color, 2)
  • detectionOpencn.py第 26行:cv2.rectangle(img, (x, y), (x + h, y + w), color, 2)cv2.rectangle(img, (x, y), (x + w, y + h), color, 2)

验证

已确认修改后的命令可以正常执行。

文档笔误修复

## 问题描述
在 `doc-en/detectionOpenCV.md` 等相关文件中发现拼写错误

## 修改内容
- `detectionOpenCV.md`第 83行:`cv2.rectangle(img, (x, y), (x + h, y + w), color, 2)` → `cv2.rectangle(img, (x, y), (x + w, y + h), color, 2)`
- `detectionOpencn.py`第 26行:`cv2.rectangle(img, (x, y), (x + h, y + w), color, 2)` → `cv2.rectangle(img, (x, y), (x + w, y + h), color, 2)`

## 验证
已确认修改后的命令可以正常执行。
@baconLIN001
Copy link
Copy Markdown

baconLIN001 commented Nov 16, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants