当前位置:
首页
资源下载

搜索资源 - matlab code for image feature extraction
搜索资源列表
-
1下载:
《Visual C++_MATLAB图像处理与识别实用案例精选》本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。
-
-
0下载:
很好用的Log-Gabor变换源代码,可以用于图像的特征提取,Good use of Log-Gabor transform source code, can be used for image feature extraction
-
-
0下载:
matlab编写的图像纹理特征提取算法,附有一张纹理图像,对于纹理特征提取,该算法很有效!-matlab write feature extraction of image texture, with a texture image for texture feature extraction, the algorithm is very effective!
-
-
1下载:
gabor小波图片纹理特征提取,MATLAB编码,效果不错!-gabor wavelet image texture feature extraction, MATLAB code, good results!
-
-
0下载:
一个Matlab环境下编写的流行学习(manifold)算法,可用于图像特征提取及行为模式提取-Matlab environment to prepare a prevalence study (manifold) algorithm, can be used for image feature extraction and pattern extraction
-
-
0下载:
遗传算法用于图像处理中,有图像分割,图像特征提取,可以达到很好的效果-Genetic algorithms for image processing, there are image segmentation, image feature extraction, can achieve good results
-
-
0下载:
自己实现的sift特征提取的matlab代码,可以计算特征描述子用于图像匹配,不过速度有点慢-Own implementation of sift feature extraction matlab code to calculate feature descr iptors for image matching, but a bit slow
-
-
0下载:
Harris_conner_detection,用MATLAB实现Harris角点检测算子的源码,用于特征点提取及图像配准等。-Harris_conner_detection, use MATLAB to achieve Harris corner detection operator of the source code for the feature point extraction and image registration and so on.
-
-
0下载:
采用matlab,实现了gabor滤波的核心功能-gabor filter is very famous and really useful for texture feature extraction and image retrivel. attached code is wrriten well using matlab. More detail can be referenced in the paper <texture features for browsing and ret
-
-
0下载:
Feature Extraction code using in image processing.
-
-
0下载:
图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
-
-
0下载:
该代码是自己编制的,主要用于红外图像的特征提取,其中提取长宽比,复杂度,紧凑度,均值比,不变矩等七种红外图像的特征,可很好的为以后的识别做准备-The code is compiled their own, mainly for the infrared image feature extraction, which extract the aspect ratio, complexity, compactness, mean ratio of seven invariant moments a
-
-
0下载:
Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。
代码使用如下:
function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta)
from gaborfilter1 with different f(Frequency) and theta(Angle).
for example
f:0,2,4,8,16,32
theta = 0,pi/3,pi/6
-
-
2下载:
掌纹识别代码,对图像预处理和特征提取及匹配-Palmprint identification code, the image preprocessing and feature extraction and matching
-
-
1下载:
高通高斯滤波,LBP,LDP的matlab源代码,用于图像的增强,特征提取。-High-pass Gaussian filter, LBP, LDP matlab source code for image enhancement, feature extraction.
-
-
0下载:
This code for Haralick feature extraction for image in matlab. The basis for these features is the gray-level co-occurrence matrix. This matrix is square with dimension Ng, where Ng is the number of gray levels in the image. Element [i,j] of the matr
-
-
1下载:
本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual
-
-
0下载:
图像处理的一些程序,主要包括特征提取、图像分割、图像增强算法的源代码。-some code for image feature extraction and image segmention.
-
-
0下载:
comparision of two rgb images using edge detectors which will be useful for feature extraction and object presence in the image
-
-
0下载:
这是一个利用matlab语言实现的尺度不变特征变换(SIFT)的程序,适合传统特征学习的初学者深入理解SIFT特征的精髓与具体实现过程。(It is a matlab code of SIFT feature for the students of image processing and feature extraction.)
-