Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnychen94/image-processing-in-julia
Julia 数字图像处理入门
https://github.com/johnnychen94/image-processing-in-julia
image-processing julia matlab python tutorial
Last synced: 2 months ago
JSON representation
Julia 数字图像处理入门
- Host: GitHub
- URL: https://github.com/johnnychen94/image-processing-in-julia
- Owner: johnnychen94
- License: cc-by-4.0
- Created: 2018-08-27T05:16:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T01:27:36.000Z (over 4 years ago)
- Last Synced: 2024-10-12T15:12:50.713Z (3 months ago)
- Topics: image-processing, julia, matlab, python, tutorial
- Language: Julia
- Homepage:
- Size: 15.6 MB
- Stars: 37
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia 数字图像处理入门
[![CC BY 4.0][cc-by-shield]][cc-by]
[![][docs-latest-img]][docs-latest-url]
[![][action-img]][action-url]关于 Julia 下图像处理的系列教程:
* 🚧JuliaImages 入门
* 🚧《数字图像处理》[1]和[2]中涉及到的一些例子的Julia实现# 参考文献
* [1] Gonzalez, Rafael C., Richard E. Woods, and Barry R. Masters. "Digital image processing third edition." Pearson (2008). [中文版](https://item.jd.com/12191950.html)
* [2] Gonzalez, Rafael C., and Richard E. Woods "Digital image processing fourth edition." Pearson (2017).# 许可
[![CC BY 4.0][cc-by-image]][cc-by]
本作品采用[知识共享署名 4.0 国际许可协议][cc-by]进行许可。
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://johnnychen94.github.io/Image-Processing-in-Julia/dev/[action-img]: https://github.com/johnnychen94/Image-Processing-in-Julia/workflows/Documentation/badge.svg
[action-url]: https://github.com/johnnychen94/Image-Processing-in-Julia/actions