图像处理 100 问!!

图像处理 100 问!!

参考链接地址:https://github.com/gzr2017/ImageProcessing100Wen

English is here (KuKuXia translates into English)

https://github.com/KuKuXia/Image_Processing_100_Questions

Chinese is here (gzr2017, my ex-colleague, translates into Chinese)

https://github.com/gzr2017/ImageProcessing100Wen

本文整理了图像处理初学者应该需要了解的100个基础问题,涉及读取、显示图像、操作像素、拷贝图像、保存图像、灰度化(Grayscale)、二值化(Thresholding)、大津算法、HSV 变换、减色处理、平均池化(Average Pooling)、最大池化(Max Pooling)、高斯滤波(Gaussian Filter)、中值滤波(Median filter)、仿射变换(Afine Transformations)等100多个知识点。

给出了详细的代码实现,具体的输入输出case情况。

问题一至问题十

解答链接:https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_01_10/README.md

问题十一至问题二十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_11_20/README.md

问题二十一至问题三十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_21_30/README.md

问题三十一至四十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_31_40/README.md

问题四十一至五十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_41_50/README.md

问题五十一至六十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_51_60/README.md

问题六十一至七十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_61_70/README.md

问题七十一至八十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_71_80/README.md

问题八十一至九十

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_81_90/README.md

问题九十一至一百

解答链接:

https://github.com/gzr2017/ImageProcessing100Wen/blob/master/Question_91_100/README.md

猜你喜欢

转载自www.cnblogs.com/wujianming-110117/p/12970421.html