Skip to main content

No project description provided

Project description

logo

相机标定器

一个基于OpenCV的自动化相机数据采集和标定程序。

GitHub Workflow Release Status Documentation Status GitHub Workflow Lint Status Codacy Badge codecov PyPI - Python Version PyPI - Downloads PyPI GitHub stars GitHub forks GitHub issues GitHub license

forthebadge made-with-python ForTheBadge built-with-love

观看演示报告错误功能需求

English 简体中文

喜欢这个项目吗?请考虑捐赠微信 | 支付宝),以帮助它改善!

演示

测试相机 RTSP 地址:rtsp://admin:a12345678@y52t229909.zicp.vip

demo

功能

  • 数据采集
  • 棋盘标定
  • 畸变矫正
  • 圆孔标定

安装

命令界面

pip install opencv-camcalib

图像界面

用法

命令界面

$ opencv-camcalib

  • 数据采集
opencv-camcalib capture rtsp://admin:a12345678@y52t229909.zicp.vip
  • 棋盘标定
opencv-camcalib calibrate --data_dir="/path/to/data" --rows=9 --cols=6
  • 畸变纠正
opencv-camcalib undistort --data_dir="/path/to/data"

图形界面

1 2 3 4 5 6

构建

命令界面

poetry build

图像界面

  • Windows
pyinstaller -w -F opencv_camcalib/app.py -i images/favicon_256x256.ico --add-data "images/favicon_256x256.ico;images"
  • macOS | Linux
pyinstaller -w -F opencv_camcalib/app.py -i images/favicon_256x256.ico --add-data "images/favicon_256x256.ico:images"

文档

  • 安装
git clone https://github.com/XavierJiezou/OpenCV-CamCalib.git
cd OpenCV-CamCalib/
pip install -r docs/requirements.txt
  • 构建
mkdocs build
  • 部署
mkdocs serve

贡献

git clone https://github.com/XavierJiezou/OpenCV-CamCalib.git
cd OpenCV-CamCalib/
pip install poetry
poetry install

日志

CHANGELOG.md

证书

MIT License

依赖

生产依赖

Readme Card Readme Card Readme Card

开发依赖

Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card

参考

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opencv-camcalib-0.1.3.tar.gz (49.7 kB view hashes)

Uploaded Source

Built Distribution

opencv_camcalib-0.1.3-py3-none-any.whl (56.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page