# c_image_processing **Repository Path**: guningbo__buaa/c_image_processing ## Basic Information - **Project Name**: c_image_processing - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-18 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # c_image_processing c语言数字图像处理 [c语言数字图像处理(一):bmp图片格式及灰度图片转换](https://github.com/GBeetle/c_image_processing/tree/master/rgb2grayscale) [c语言数字图像处理(二):图片放大与缩小-双线性内插法](https://github.com/GBeetle/c_image_processing/tree/master/scaling) [c语言数字图像处理(三):仿射变换](https://github.com/GBeetle/c_image_processing/tree/master/scaling) [c语言数字图像处理(四):灰度变换](https://github.com/GBeetle/c_image_processing/tree/master/gray_trans) [c语言数字图像处理(五):空间滤波](https://github.com/GBeetle/c_image_processing/tree/master/spatial_filtering) [c语言数字图像处理(六):二维离散傅里叶变换](https://github.com/GBeetle/c_image_processing/tree/master/dft) [c语言数字图像处理(八):噪声模型及均值滤波器](https://github.com/GBeetle/c_image_processing/tree/master/restoration) [c语言数字图像处理(九):边缘检测](https://github.com/GBeetle/c_image_processing/tree/master/segmentation) [c语言数字图像处理(十):阈值处理](https://github.com/GBeetle/c_image_processing/tree/master/segmentation)