资源列表
IAMGE-change-PCA
- 图像变换检测 主成分分析法 含PDF介绍(iamge change detection using PCA)
数字图像程序最终版
- 常见图像处理功能,包括锐化、平滑、色彩变换、细化、几何校正等。(Common image processing functions include sharpening, smoothing, color transformation, refinement, and geometric correction.)
裂隙的面积、长度、宽度、周长_视频
- 单轴压缩试验下裂隙的面积、宽度、长度、周长的提取(Area, width, length and circumference extraction of fracture under uniaxial compression test)
Texture feature extraction
- 灰度共生矩 阵即为灰度级的空间相关矩阵,以其为基础的统计方法通过对矩阵统计量的求取较好地提取到了纹理特征,通过选取关键参数编程并进行仿真实现,分别求取了四个方向的灰度共生矩阵及其特征量来分析图像 的纹理特征。(The gray level co-occurrence matrix is the gray level spatial correlation matrix. Based on the gray level co-occurrence matrix, the texture featu
基于遗传算法的图像分割
- 基于遗传算法的图像分割的Matlab代码实现(Image segmentation based on genetic algorithm)
KLT
- 本程序实现了利用KL变换进行特征分解,并进行降维重建,示例图片在文件中给出。(This program realizes feature decomposition using KL transform and dimensionality reduction reconstruction. The example pictures are given in the file.)
image_segmentation
- 使用k-means聚类实现多光谱图像分割,并配有高维视图查看聚类结果(Clustering algorithm for multispectral image segmentation)
1
- 图像变化检测、植被指数计算等c代码,附样例图片及完整代码。(Image change detection, vegetation index calculation and other C code, with sample pictures and complete code.)
图像的去模糊
- 利用matlab图像去模糊工具箱进行图片去模糊,通过示例图片进行演示。(Using MATLAB image deblurring toolbox for image deblurring, through the demonstration of examples of pictures.)
如何使用helcon(1,2,3部)
- halcon编程的很好的资料《如何使用halcon编程》,里面有三个pdf,很好的资料(Halcon programming very good information "How to use halcon programming", there are three pdf, very good information)
Find_Different-master
- 简单的图像处理,包括开启手机相机预览图像 * 将采集到的图像转换成灰度图预览 * 将灰度图像经过Sobel转换后预览 * 对Sobel之后的图像进行二值化 * 二值化的过程中可以随时动态调整分割阈值 * 通过拍照按钮可以锁定图像,在按一次进行边缘提取(Simple image processing)
傅里叶变换
- 该程序可以实现傅里叶变换,制作时程图,导出频谱图和功率谱图等功能