资源列表
改进的canny
- Canny 算法包含许多可以调整的参数,它们将影响到算法的计算的时间与实效。 高斯滤波器的大小:第一步所用的平滑滤波器将会直接影响 Canny 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有阈值存在的共性问题。设置的阈值过高,可能会漏掉重要信息;阈值
3173997_6d01072ae3f0bdb60a5d122612b8235d
- 基于混沌的图像加密算法设计与实现 适合初学者学习和参考(Based on chaotic image encryption algorithm design and implementation, suitable for beginners to learn and reference.)
interpolation
- matlab3种内插法的实现。最近邻内插法,双线性内插法,双三次内插法的具体实现(To realize interpolation in matlab3)
水平集分割算法
- 基于活动轮廓线的图像分割代码,测试过有效,代码简单易懂。
SLICO
- 超像素分割的可执行程序(.exe),双击运行,选择图片查看分割效果(Super pixel segmentation executable program (.exe), double-click run, select pictures to see segmentation effect.)
1红外图像
- 基于C#的红外图像生成,可直接操作,小白也能(Infrared image generation based on C#)
L0smoothing
- 图像平滑,L0范数,稀疏,锐化,滤波 通过限制非零梯度的数量来实现最高对比度边缘,同时以全局方式实现平滑(Image Smoothing L0 sparsity highest-contrast edges by confining the number of nonzero gradients, while smoothing is achieved in a global manner)
水果识别系统
- 基于GUI实现水果识别系统,限一个图片内存在一种水果(Realization of fruit recognition system based on GUI)
15990056#2
- 直线光栅扫描转换算法的实现 bresenham 数值微分算法(Implementation of linear grating scan conversion algorithm)
fcm图像分割
- fcm算法图像分割,可以导入图像,确定巨雷区域个数,最后生成分割后的图像(FCM algorithm image segmentation, you can import images, determine the number of huge thunder area, and finally generate the segmented image.)
processing
- 包括遥感图像分类(监督和非监督)、分类后处理、NDVI、波段运算、颜色转换、光谱分析等等。(It includes remote sensing image classification (supervised and unsupervised), post-processing classification, NDVI, band operation, color conversion, spectral analysis and so on.)
face-landmark
- 人脸68点标注,用于人类面部关键点检测,结合dlib(face landmark master)