# ImageProcessing-Python **Repository Path**: mirrors_eastmountyxz/ImageProcessing-Python ## Basic Information - **Project Name**: ImageProcessing-Python - **Description**: 该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现,希望该资源对您有所帮助,一起加油。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-01-07 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageProcessing-Python --- 该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现。该系列文章是讲解Python OpenCV图像处理知识,前期主要讲解图像入门、OpenCV基础用法,中期讲解图像处理的各种算法,包括图像锐化算子、图像增强技术、图像分割等,后期结合深度学习研究图像识别、图像分类应用。希望该资源对您有所帮助,一起加油! 强烈推荐另一个资源,这是作者归纳的一本著作《Python中的图像处理》,非常系统,希望对您有所帮助,记得点赞喔,感谢。 - https://github.com/eastmountyxz/Book3-Python-ImageProcessing 华为云《从零到壹•Python图像处理及识别》电子书开源: - https://bbs.huaweicloud.com/blogs/336932 - https://github.com/eastmountyxz/HWCloudImageRecognition **图像处理:** [[Python图像处理] 一.图像处理基础知识及OpenCV入门函数](https://blog.csdn.net/Eastmount/article/details/81748802)
[[Python图像处理] 二.OpenCV+Numpy库读取与修改像素](https://blog.csdn.net/eastmount/article/details/82120114)
[[Python图像处理] 三.获取图像属性、兴趣ROI区域及通道处理](https://blog.csdn.net/eastmount/article/details/82177300)
[[Python图像处理] 四.图像平滑之均值滤波、方框滤波、高斯滤波及中值滤波](https://blog.csdn.net/Eastmount/article/details/82216380)
[[Python图像处理] 五.图像融合、加法运算及图像类型转换](https://blog.csdn.net/Eastmount/article/details/82347501)
[[Python图像处理] 六.图像缩放、图像旋转、图像翻转与图像平移](https://blog.csdn.net/Eastmount/article/details/82454335)
[[Python图像处理] 七.图像阈值化处理及算法对比](https://blog.csdn.net/Eastmount/article/details/83548652)
[[Python图像处理] 八.图像腐蚀与图像膨胀](https://blog.csdn.net/Eastmount/article/details/83581277)
[[Python图像处理] 九.形态学之图像开运算、闭运算、梯度运算](https://blog.csdn.net/Eastmount/article/details/83651172)
[[Python图像处理] 十.形态学之图像顶帽运算和黑帽运算](https://blog.csdn.net/Eastmount/article/details/83692456)
[[Python图像处理] 十一.灰度直方图概念及OpenCV绘制直方图](https://blog.csdn.net/Eastmount/article/details/83758402)
[[Python图像处理] 十二.图像几何变换之图像仿射变换、图像透视变换和图像校正](https://blog.csdn.net/Eastmount/article/details/88679772)
[[Python图像处理] 十三.基于灰度三维图的图像顶帽运算和黑帽运算](https://blog.csdn.net/Eastmount/article/details/88712004)
[[Python图像处理] 十四.基于OpenCV和像素处理的图像灰度化处理](https://blog.csdn.net/Eastmount/article/details/88785768)
[[Python图像处理] 十五.图像的灰度线性变换](https://blog.csdn.net/Eastmount/article/details/88858696)
[[Python图像处理] 十六.图像的灰度非线性变换之对数变换、伽马变换](https://blog.csdn.net/Eastmount/article/details/88929290)
[[Python图像处理] 十七.图像锐化与边缘检测之Roberts算子、Prewitt算子、Sobel算子和Laplacian算子](https://blog.csdn.net/Eastmount/article/details/89001702)
[[Python图像处理] 十八.图像锐化与边缘检测之Scharr算子、Canny算子和LOG算子](https://blog.csdn.net/Eastmount/article/details/89056240)
[[Python图像处理] 十九.图像分割之基于K-Means聚类的区域分割](https://blog.csdn.net/Eastmount/article/details/89218513)
[[Python图像处理] 二十.图像量化处理和采样处理及局部马赛克特效](https://blog.csdn.net/Eastmount/article/details/89287543)
[[Python图像处理] 二十一.图像金字塔之图像向下取样和向上取样](https://blog.csdn.net/Eastmount/article/details/89341077)
[[Python图像处理] 二十二.Python图像傅里叶变换原理及实现](https://blog.csdn.net/Eastmount/article/details/89474405)
[[Python图像处理] 二十三.傅里叶变换之高通滤波和低通滤波](https://blog.csdn.net/Eastmount/article/details/89645301)
[[Python图像处理] 二十四.图像特效处理之毛玻璃、浮雕和油漆特效](https://blog.csdn.net/Eastmount/article/details/89853630)
[[Python图像处理] 二十五.图像特效处理之素描、怀旧、光照、流年以及滤镜特效](https://blog.csdn.net/Eastmount/article/details/99566969)
[[Python图像处理] 二十六.图像分类原理及基于KNN、朴素贝叶斯算法的图像分类案例](https://blog.csdn.net/Eastmount/article/details/104263641)
[[Python图像处理] 二十七.OpenGL入门及绘制基本图形(一)](https://blog.csdn.net/Eastmount/article/details/104267905)
[[Python图像处理] 二十八.OpenCV快速实现人脸检测及视频中的人脸](https://blog.csdn.net/Eastmount/article/details/104463173)
[[Python图像处理] 二十九.MoviePy视频编辑库实现抖音短视频剪切合并操作](https://blog.csdn.net/eastmount/article/details/108929561)
[[Python图像处理] 三十.图像量化及采样处理万字详细总结(推荐)](https://blog.csdn.net/Eastmount/article/details/109605161)
[[Python图像处理] 三十一.图像点运算处理两万字详细总结(灰度化处理、阈值化处理)](https://blog.csdn.net/Eastmount/article/details/109649659)
[[Python图像处理] 三十二.傅里叶变换(图像去噪)与霍夫变换(特征识别)万字详细总结](https://blog.csdn.net/Eastmount/article/details/110487868)
[[Python图像处理] 三十三.图像各种特效处理及原理万字详解(毛玻璃、浮雕、素描、怀旧、流年、滤镜等)](https://blog.csdn.net/Eastmount/article/details/111568397)
[[Python图像处理] 三十四.数字图像处理基础与几何图形绘制万字详解(推荐)](https://blog.csdn.net/Eastmount/article/details/112547228)
[[Python图像处理] 三十五.OpenCV图像处理入门、算数逻辑运算与图像融合(推荐)](https://blog.csdn.net/Eastmount/article/details/113192978)
[[Python图像处理] 三十六.OpenCV图像几何变换万字详解(平移缩放旋转、镜像仿射透视)](https://blog.csdn.net/Eastmount/article/details/113529948)
[[Python图像处理] 三十七.OpenCV直方图统计两万字详解(掩膜直方图、灰度直方图对比、黑夜白天预测)](https://blog.csdn.net/Eastmount/article/details/113700710)
[[Python图像处理] 三十八.OpenCV图像增强和图像去雾万字详解(直方图均衡化、局部直方图均衡化、自动色彩均衡化)](https://blog.csdn.net/Eastmount/article/details/114706950)
[[Python图像处理] 三十九.Python图像分类万字详解(贝叶斯图像分类、KNN图像分类、DNN图像分类)](https://blog.csdn.net/Eastmount/article/details/115382688)
[[Python图像处理] 四十.全网首发Python图像分割万字详解(阈值分割、边缘分割、纹理分割、分水岭算法、K-Means分割、漫水填充分割、区域定位)](https://blog.csdn.net/Eastmount/article/details/116952580)
[[Python图像处理] 四十一.Python图像平滑万字详解(均值滤波、方框滤波、高斯滤波、中值滤波、双边滤波)](https://blog.csdn.net/Eastmount/article/details/117665503)
[[Python图像处理] 四十二.Python图像锐化及边缘检测万字详解(Roberts、Prewitt、Sobel、Laplacian、Canny、LOG)](https://blog.csdn.net/Eastmount/article/details/118897338)
[[Python图像处理] 四十三.Python图像形态学处理万字详解(腐蚀膨胀、开闭运算、梯度顶帽黑帽运算)](https://blog.csdn.net/Eastmount/article/details/119257935)
[万字长文告诉新手如何学习Python图像处理(上篇完结 四十四)](https://blog.csdn.net/Eastmount/article/details/119324956)
**图像识别:** [[Python图像识别] 四十五.目标检测入门普及和ImageAI“傻瓜式”对象检测案例详解](https://blog.csdn.net/Eastmount/article/details/119107913)
[[Python图像识别] 四十六.图像预处理之图像去雾详解(ACE算法和暗通道先验去雾算法)](https://blog.csdn.net/Eastmount/article/details/120239889)
[[Python图像识别] 四十七.Keras深度学习构建CNN识别阿拉伯手写文字图像](https://blog.csdn.net/Eastmount/article/details/120593269)
希望文章对您有所帮助,如果有不足之处,还请海涵~ 原博客参考地址:[https://blog.csdn.net/eastmount/article/category/9278090](https://blog.csdn.net/eastmount/article/category/9278090) 后续会尝试结合深度学习进行更深入的研究。 [[图像处理] Python+OpenCV实现车牌区域识别及Sobel算子](https://blog.csdn.net/Eastmount/article/details/81461679) CSDN Eastmount 杨秀璋 2021-05-09 --- 效果图: