Code Monkey home page Code Monkey logo

opencv_function_demonstration's Introduction

OpenCV函数演示

项目简介

此项目是为了清晰的演示 OpenCV 图像处理的过程。通过一个个的 OpenCV 函数演示,让人清楚的明白 OpenCV函数的使用。另外在观察图片时,不仅能看到图片的本身,更能看到图片所对应的数据,更加直白反应图像处理的结果。

项目特点

  • 以 OpenCV 为主要研究对象
  • 使用 PySide2 ,清楚显示出图像处理时,其内部数据的变化

项目安装及使用指南

  • 如果使用 Anaconda 作为 Python 开发环境,则只需安装 PySIde2 和 python-opencv 即可
  • 如果只使用 pip 作为安装环境,在项目的根目录下打开终端,使用:pip install -r requirements.txt 安装依赖包

项目目录结构

src/        源码文件
doc/        文档
.gitignore告诉git不要上传到 GitHub 上的文件
LICENSE授权协议
README.md 自述文件整个项目的简介使用方法等
requirements.txt记录项目所有的依赖包及其版本号

版本说明

  • 目前版本:V1_0_0

  • 主要任务:
    完成整个程序的框架

  • 版本历史更改说明:

    暂无

其他说明

依赖包版本说明

本项目程序中,所用到的python版本为:3.6,所用的python-opencv版本为:4.1.2。
其余具体的依赖包以及其版本号详情,请查看requirements.txt文件。

作者

黎旺林 联系邮箱:[email protected]

许可证

本开源项目使用 BSD 许可证,具体说明请查看LICENSE文件。

opencv_function_demonstration's People

Watchers

 avatar  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.