搜索资源列表
27796720simple-SVM
- 支持向量积的一些分类器训练的matlab代码-support vector plot of some classifier training Matlab code
matlab-oulashudejisuan
- 程序代码说明 图像中的欧拉数是图像识别等的重要特征参数,本程序是采用matlab计算图像中的欧拉数
MatlabSIFT
- sift的Matlab代码!进行SIFT特征匹配与特征识别
matab 图像处理代码
- 这是一份matlab的图像处理代码,里面有些试验照片,程序可以运行
基于matlab的图像去噪代码
- 基于matlab的图像去噪代码
水平集图像分割法
- 该文件是关于用水平集的方法对2维图像进行分割的源代码。
Image_Restoration.rar
- 这个程序可以修复因噪声/噪音干扰或者因抖动产生的失真的图像,Inverse滤波器, Wiener滤波器和Lucy-Richardson滤波器被使用到,同时代码还使用了光学流线分析,估计模糊的长度和角度。,This process could be restored due to noise/noise interference or distortion due to jitter generated images, Inverse filter, Wiener filter and the L
imagestitch.rar
- 自己写的图像配准代码,基于harris算子,Write their own code of image registration, based on the operator harris
hough.rar
- hough变换代码文件,包括hough.m houghpeaks.m 和houghlines.m三个文件,hough transform code documents, including hough.m houghpeaks.m and three documents houghlines.m
GUI
- 一个matlab实现的image matting的代码。包括Possion matting等四种不同的matting算法的实现。-Achieved a matlab code image matting. Possion matting, such as including four different types of matting algorithm.
gaborfiltercode
- gabor滤波器的matlab代码,用于在不同方位不同尺度下的图像纹理特征提取。-the code of Gabor filter,using for texture features extract under multi-orient and multi-scale.
Arnold
- Arnold置乱算法代码,能根据Arnold映射实验二维图像的像素坐标置乱加密-Arnold scrambling algorithm code, according to Arnold experimental two-dimensional image map coordinates of the pixel scrambling encryption
matlab-digital_image
- 数字图像处理matlab代码,几个常见的滤波器和图像处理的代码-digital image processing Matlab code, several common filter and image processing code
susan1
- 苏三算法,查找图像的边缘及角点检测,很实用,比起C++代码简单易懂-susan arithmetic
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
GETPoint
- 在各种图形中,通过提取点的凹凸部分来鉴别曲线的特征,本节代码利用曲率关系分别提取凹点的个数,判断曲线的弯曲-In a variety of graphics, through the extraction point to identify curves convex-concave part of the characteristics of the code used in this section were extracted from concave curvature of the r
huffman
- 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
denoise
- 数字图像处理中的小波去噪代码! 希望对大家有用 matlab-Digital image processing in the wavelet de-noising code! Want to be useful to everyone matlab
Matlab-code
- 图像获取,图像变换,图像增强,图像复原 matlab代码大全-The image processing ,Matlab code
PID代码
- “Progressive Image Denoising”文章的matlab代码,通过双边滤波器逐次降低图像尺度,在不同尺度上进度去噪滤波。