Giter VIP home page Giter VIP logo

zzvisiontools's Introduction

#PyQTVisionTools

该项目当前已经废弃,此仓库仅以缅怀

公司要开发的pyqt视觉工具 项目创于2023年9月12日

ZZVisionTools/
    ├── docs/                      # 项目文档
    ├── src/                       # 源代码目录
    │   ├── main.py                # 项目入口点
    │   ├── ui/                    # PyQT界面文件和代码
    │   │   ├── main_window.ui     # 主窗口UI文件
    │   │   ├── main_window.py     # 主窗口逻辑代码
    │   │   └── ...
    │   ├── camera_interface/      # 相机接口模块
    │   │   ├── __init__.py
    │   │   ├── camera.py          # 相机控制
    │   │   └── ...
    │   ├── image_processing/      # 图像处理模块
    │   │   ├── __init__.py
    │   │   ├── preprocessing.py   # 图像预处理
    │   │   ├── object_detection.py# 目标检测
    │   │   ├── counter_point.py   # 对位
    │   │   └── ...
    │   ├── communication/         # 通信模块 (与工业设备交互)
    │   ├── logging_utils.py       # 日志记录工具
    │   └── ...
    ├── tests/                     # 测试代码
    ├── data/                      # 存储数据和配置文件
    │   ├── camera_calibration/    # 相机标定数据
    │   ├── configuration/         # 配置文件
    │   └── ...
    ├── requirements.txt           # Python 依赖
    ├── README.md                  # 项目文档和说明

zzvisiontools's People

Contributors

qychui avatar zzrayzz avatar 1984928137 avatar hahabai1 avatar gyx210 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.