资源列表
FastBlur
- 使用SSE优化,实现快速均值滤波,速度比opencv官方提供的快2倍(Realize fast mean filtering.)
Hough
- 改进Hough变换实现图像纠偏算法,有一定的参考价值。(Improved Hough transform algorithm for image correction)
RK龙格库塔计算微分方程组
- 使用4阶龙格库塔定理计算一阶微分方程组,方程组有3个方程(RK calculation of differential equations)
RK密钥图像简单加密和恢复
- RK龙格库塔定理产生密钥图像简单加密和恢复,简单的异或运算(Simple encryption and recovery of RK key image)
类间最大方差(Otsu)阈值法分割图像
- 类间最大方差(Otsu)阈值法分割图像,阈值产生,通过阈值进行判断(Inter class maximum variance (Otsu) thresholding method for image segmentation)
最大熵法简单图像分割
- 最大熵法简单图像分割,先进行阈值计算,在进行像素判断(Maximum entropy method for simple image segmentation)
hist
- 用于对图像的直方图进行对比度拉伸,增强图像(It is used to contrast and stretch the histogram of the image, and enhance the image.)
Code
- 对图像进行两种方法融合的图像增强,具有较好的效果(Image enhancement with two methods of fusion)
cvx-w64
- CVX工具箱,64位window matlab,使用。解决凸优化问题(The CVX toolbox, 64 bit window MATLAB, is used. Solving convex optimization problems)
sift-master
- 实现两幅图像基于sift特征的匹配,剔除误匹配点,实现精确的图像匹配(Matching two images based on SIFT features)
contourlet_toolbox
- matlab的contourlet 工具包(contourlet_toolbox For image fusion)
interfere
- 基于MATLAB2015a平台 实现水果的品相检测,建议新人使用。(To realize the detection of fruit and recommend new people to use)