Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Theoretical algorithm, implementation code and application tools related to image processing

License

Notifications You must be signed in to change notification settings

Document-Collection/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本仓库不再维护,更新的内容前往:ZJDoc/VisionGuide

image-processing

Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

图像处理相关的理论算法、实现代码以及使用工具

图像处理是一个综合性研究和开发领域,涉及基础概念、图像算法、代码实现等等。本文档小结相关的内容

内容列表

背景

从本科开始就从事图像方向的学习和研究,图像处理是一门理论性强,同时十分重视实践的学科。从图像处理方向入门会接触到许许多多的内容,包括了理论算法、实现代码以及使用的工具,其中有很大一部分值得反复的学习和研究,另外也便于在实际使用过程中,方便环境配置和移植

安装

文档工具安装

$ pip install -r requirements.txt

用法

文档有两种使用方式

  1. 在线浏览文档:图像处理

  2. 本地浏览文档,实现如下:

    $ git clone https://github.com/zjZSTU/image-processing.git
    $ cd image-processing
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

主要维护人员

  • zhujian - Initial work - zjZSTU

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求。

注意:

许可证

Apache License 2.0 © 2019 zjZSTU