# Image-Processing-1 **Repository Path**: lvchuandong/Image-Processing-1 ## Basic Information - **Project Name**: Image-Processing-1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-01 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Image-Processing-1 用于记录图像处理中的demo ## open_close.py 用于进行图像的开闭运算腐蚀和膨胀操作 - 先腐蚀后膨胀的过程称为开运算 - 先膨胀后腐蚀的过程称为闭运算 - [博客](https://blog.csdn.net/luxialan/article/details/39481701)