资源列表
SVMmatlab865703589
- 用MATLAB编写的支持向量机,实现了线性可分与线性不可分的情况,还有非线性支持向量机,里面部分常用的核函数,从而达到精确的分类效果。-Prepared using MATLAB support vector machine, linearly separable points with linear, non-linear support vector machine, the inside part of the kernel function, so as to achieve the a
sample_patches
- 采用分块的办法将训练图像库的图像按模式进行分块,可以调节参数例如:10000来确定分块的数量-image super resolution
rnd_smp_dictionary
- 代码为图像的分类取样,可以将图像分为若干图像块,可以调整图像块的大小与数量-image super resolution
3
- 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
L1SR
- 图像超分辨代码,利用退化模版和与插值法的对比来进行超分辨,可以调整参数设置超分辨的效果-image superresolution
KSW-Entropy
- 利用最佳直方图熵法(KSW熵法)及穷举法实现灰度图像阈值分割-The best the histogram entropy method (KSW entropy method) and the brute-force method to achieve gray image threshold segmentation
Image_Retrieval_
- Image Retrieval Based On Color and Texture Features
adaboost_with_annotation
- 这个代码是从网上下载的,但是我根据自己的理解添加了注释,希望对你有用-This code is downloaded from the Internet, but I add the annotation according to their own understanding, hope useful to you
PDE_MATLAB
- 《图像处理的偏微分方程方法》光盘,自带很多算法的实现,包括图像恢复和图像分割的经典算法,主动轮廓CV等-activecontour c-v
CPP-picture
- 此程序是在vc++环境下对于灰白图像的处理,有阈值分割,分块儿编码,直方图统计等。-This program is a gray image processing the vc++ environment, threshold segmentation, sub-pieces encoded histogram.
entropy_calc
- 该程序可以用来计算一幅图像的熵值,常用于对图像的质量进行评价-The program can be used to calculate the entropy of an image value, commonly used in the quality of the image evaluation
Shape-matching-with-Zerinike-moments
- 结合Zernike矩的多尺度模板形状匹配,该算法对输入图像进行预处理后提取目标轮廓,经过归一化处理得到目标形 状的平移、尺度不变的链状表达,再通过小波变换进行多尺度分析;引入Zernike矩,利用Zernike矩的特性,实现小波表达的旋转不变性,解决了小波变换对起始点的依赖。-Shape matching based on multi-scale template with Zerinike moments,The object shape representation is convert
