# opencv Python 对仪表指针读数识别 **Repository Path**: ljh-gd/py_opencv_meter ## Basic Information - **Project Name**: opencv Python 对仪表指针读数识别 - **Description**: opencv Python 对仪表指针读数识别 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2023-02-10 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Algorithm ## README # opencv Python 对仪表指针读数识别 ## 主体思想: - 不同的指针仪表盘干扰因素不同,代码不一定能通用 - 本代码基于传统算法实现的目标检测+霍夫直线检测 - 传统算法找去目标 + 直线检测 + 霍夫直线检测 ## 介绍 - 逻辑大致相同,检测目标的方法不一样 - - ammeter.py 第一种方法,应用范围更广,背景复杂一点也能识别到 - - contours.py 第二种方法,限制多一点,对背景、光线条件要求比较高 ## 参考 博客地址:https://blog.csdn.net/qq_42239488/article/details/112583327