搜索资源列表
-
2下载:
基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
-
-
0下载:
DCT用于掌纹识别的word论文文档,比pdf更容易阅读编辑和引用,供大家学习和交流-The discrete cosine transform is a classical image processing technique, and the discriminant analysis is a commonly used image feature extraction technique. These two techniques are effectively combined in
-
-
0下载:
An automatic facial feature extraction method is
presented in this paper. The method is based on the edge
density distribution of the image. In the preprocessing stage a
face is approximated to an ellipse, and genetic algorithm is
applied
-
-
0下载:
this code used to do features extraction from an image
-
-
0下载:
A digital image watermarking scheme must be robust against a
variety of possible attacks. In the proposed approach, a new
rotation and scaling invariant image watermarking scheme is
proposed based on rotation invariant feature and image
norma
-
-
2下载:
本示例展示了怎样从一个预处理的卷积神经网络中提取特征,并用这些特征去训练一个图像分类器。(This example shows how to extract learned features from a pretrained convolutional neural network, and use those features to train an image classifier. Feature extraction is the easiest and fastest way use
-
-
0下载:
To extract features from a image
-
-
1下载:
图像的形状特征一般是在物体从图像中分割出来以后进行分析,形状特征描述与尺寸测量结合起来可以作为区分不同物体的依据。形状特征有两类表示方法,一类是边界特征,另一类是区域特征。图像的轮廓特征主要针对物体的外边界,而图像的区域特征则关系到整个形状区域。(The shape feature of an image is generally analyzed after the object is segmented from the image. The combination of shape fea
-
-
5下载:
植物虫害检测(GUI,注释,svm算法)
该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。
train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练
test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别
colorMom.m 颜色矩特征提取
Gabor_palm.m gabor纹理特征提取(Plant pe
-