搜索资源列表
特征提取
- 指纹图像处理中的特征提取部分,介绍了算法,给出思路(Fingerprint image processing in the feature extraction part, introduced the algorithm, gives the train of thought)
边缘检测特征提取
- 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)
车辆行驶工况与特征的研究
- 对几个典型国家和地区(美国、欧洲和日本)开发并采用的几种有代表性的行驶工况做了全面的介绍;接着,对它们各自的特征进行深入的研究和对比;最后得出几点结论。(A comprehensive introduction to several typical driving conditions developed and adopted by several typical countries and regions (USA, Europe and Japan); Then, the research
C#提取特征点并进行图像匹配
- 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)
sift特征点检测
- sift特征点检测的测试代码,效果还可以,大家可以试试(SIFT feature point detection test code, the effect can be, we can try)
PCA实现特征降维
- pca和_fase_pca实现特征降维,两种算法都有所改进,特别是pca可以根据自己的需要进行相应的改进,代码清晰易懂,希望对你有帮助。(PCA and _fase_pca to achieve feature reduction, the two algorithms have improved, especially PCA can be improved according to their needs, the code is clear and easy to understand,
AR模型特征提取及分类
- AR特征提取,可用于不同类别数据的分类特征提取(AR feature extraction algorithm)
基于自组织特征映射网络的亚洲足球水平聚类
- 神经网络应用实例 基于自组织特征映射网络的亚洲足球水平聚类(Asian Football Horizontal Clustering Based on Self - organizing Feature Mapping Network)
QQ飞车特征码找静态动态基址
- QQ飞车特征码查找,一键获取QQ飞车特征码(QQ speed code search, a key to get QQ speed characteristic code)
特征线提取
- 点云数据中面的特征线的提取,也就是两个面的交线的提取(characteristic curve of point cloud data extraction)
石像鬼qos特征库
- 石像鬼qos的特征库 可以用于智能分流。。。(qos gaorgoyle jhbghhh)
基于图像分解的人脸特征表示
- 这是一个基于图像分解的人脸特征表示的研究算法文献资料(Research and implementation of color image segmentation algorithm)
特征码搜索工具
- 完美国际特征码搜索,亲测可用。能搜索很多基址(Perfect international signature search, available)
降维与特征选择
- 在machine learning中,特征降维和特征选择是两个常见的概念,在应用machine learning来解决问题的论文中经常会出现。 对于这两个概念,很多初学者可能不是很清楚他们的区别。很多人都以为特征降维和特征选择的目的都是使数据的维数降低,所以以为它们是一样的,曾经我也这么以为,这个概念上的误区也就导致了我后面对问题的认识不够深入。后来得到老师的指点才彻底搞清楚了两者的关系,现总结出来与大家分享。(Feature reduction and feature sele
基于ORB算法的特征匹配
- 基于ORB算法的特征匹配,opencv,C++(matching based on ORB algorithm with opencv lib)
计算轴承故障特征频率
- 简单的labview,实现计算轴承故障特征频率(Calculation of characteristic frequency of bearing fault)
1.6 尺度不变特征提取
- 角点特征的特征,该小节说明角点问题,详细说明(The feature of the angular feature, which indicates the Angle point problem)
基于目标特征的目标识别
- 先对目标进行检测,接着进行目标识别。基于目标的特征对目标进行跟踪。(The target is first tested and then the target is identified. The target is tracked based on the characteristics of the target.)
信息论特征选择KDD Code
- 基于信息熵的特征选择算法,评价每个属性与分类的关联信息,评价属性,进行特征选择(Feature selection algorithm based on Information Entropy)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f