【图像处理知识复习】基础算法Matlab实现

1) Matlab实现: 百度云链接 密码:7xcl

2) Matlab代码+文档说明

3) 总共实现58个
主要包括:
求图像 灰度直方图(GrayScaleHistogram.m)
γ校正(gammaCorrection)
对比度拉伸(constrastStretch)
灰级窗(grayLevelWindow)
灰级窗切片(grayLevelWindowSection)
动态范围调整(dynamicRangeAdjustment)
非线性动态范围调整(logarithmTransformation)算法:利用公式,拉伸对比度
直方图均衡化(HistogramEqualization)
基于灰度变换的伪彩色方法(pseudoColor_GrayTransformation)
基于区域分割的伪彩色方法(pseudoColor_Segmentation)
图像的平移(imageTranslation)
图像的镜像(mirror)
图像的旋转(rotate)
处理图像旋转后空穴问题(rotate_hole)
图像缩小 基于等间隔采样(imageReduction_uniformlySpacedSampling)
图像的放大 基于像素放大原理(imageEnlarge_pix)
图像的错切(shear)算法:确定最大行列数,确定新画布,根据公式填充。
均值滤波(meanFilter)
中值滤波(medianFilter)
灰度最小方差的均值滤波(averageFilteringOfMinimumVariance)
K近邻平滑滤波器(KNearestNeighbourSmoothingFilter)
对称近邻均值滤波器(SymmetricNeighbourMeanFilter)
方向性的一阶微分算子(directional_firstOrderDifferencialOperator)
Roberts交叉微分算子(RobertsCrossDifferentialOperator)
Sobel微分算子(SobelDifferentialOperator)
Priwitt微分算子(PriwittDifferentialOperator)
Laplacian微分算子(LaplacinDifferentialOperator)
均匀性度量法(uniformityMeasument_threshold3) 同一类内部保存最大均匀性
类间最大距离法(maximunDistanceBetweenClasses_Threshold4) 不同类间保存最大距离
最大熵方法(maximumEntropy_threshold5)
最大类间、类内方差比(maxVarRatioBetweenClassAndWithinClass_threshold6)
聚类方法(ClusteringMethod_threshold7)
梯度直方图(gradientHistogram)
区域生长法(regionGrowing_region2)
膨胀与腐蚀(dilationAndErosion_binanizationProcessing1)
开运算(openingOperator)
闭运算(closingOperator_binanizationProcessing3)
贴标签(label_binanizationProcessing4)
…….

猜你喜欢

转载自blog.csdn.net/jizhidexiaoming/article/details/80596865
今日推荐