搜索资源列表
颜色矩
- 基于颜色矩特征的图像检索:首先RGB颜色空间转换到HSV颜色空间;针对HSV三个分量计算颜色矩作为图像的内容特征;计算查询图像与图像库中每幅图像的相似距离,排序后给出检索结果。-Moment features based on color image retrieval : First RGB color space conversion to HSV color space; Three weight against HSV colo
图像不变矩的推广
- 图像不变矩的推广,可以利用图像的不变矩进行二次开发-Image Moment unchanged promotion, we can use the same image for secondary development Moment
OCRbyRF
- 做的一个在线光学字符识别的vc程序,主要采用了图像的矩特征和几何特征等两种方法,提供了完整了C++源代码,可供图像处理和模式识别人员参考。-do an online Optical Character Recognition vc procedures, used mainly to the moment the image characteristics and geometric features such as the two m
yinzhangrecverbyRF
- 一个进行图章识别的C++类,主要采用图章图像的矩特征进行图章比对,涉及到图像特征提取与匹配。-identification seal for a C + + class, mainly stamp image features seal moment than right, relate to feature extraction and image matching.
vc图像识别--2 人邮版的随书光盘
- VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevan
图像不变矩的推广
- 图像不变矩的推广,可以利用图像的不变矩进行二次开发-Image Moment unchanged promotion, we can use the same image for secondary development Moment
vc图像识别--2 人邮版的随书光盘
- VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevan
颜色矩
- 基于颜色矩特征的图像检索:首先RGB颜色空间转换到HSV颜色空间;针对HSV三个分量计算颜色矩作为图像的内容特征;计算查询图像与图像库中每幅图像的相似距离,排序后给出检索结果。-Moment features based on color image retrieval : First RGB color space conversion to HSV color space; Three weight against HSV colo
Texture523
- 数字图像的纹理分析应用实例,可以计算图像的能量,熵,惯性矩,局部平稳性和相关。~..~-digital image texture analysis application, the images can be calculated energy, entropy, moment of inertia, local smooth and relevance. ~ ~ ..
OCRbyRF
- 做的一个在线光学字符识别的vc程序,主要采用了图像的矩特征和几何特征等两种方法,提供了完整了C++源代码,可供图像处理和模式识别人员参考。-do an online Optical Character Recognition vc procedures, used mainly to the moment the image characteristics and geometric features such as the two m
yinzhangrecverbyRF
- 一个进行图章识别的C++类,主要采用图章图像的矩特征进行图章比对,涉及到图像特征提取与匹配。-identification seal for a C++ class, mainly stamp image features seal moment than right, relate to feature extraction and image matching.
yinzhang
- 印章图像处理,通过提取图像的矩特征实现对印章的匹配和识别-Seal image processing, moment by extracting image features of the seal to achieve matching and identification of
lyf
- 利用图像的不变矩以及模式识别的内容,构造三维飞机图像的矩特征,然后再利用D-S证据理论的改进方法 吸收法对图像进行融合 对飞机的型号进行匹配-Moment invariant of image and pattern recognition of the content, structure features three-dimensional plane images of the moment, and then use the i
1.2图像的矩特征
- 例程1.2-1 in_image=imread('qingdao.jpg'); inv_m7 = invariable_moment(in_image); 注:输入图像应为RGB图像;若要是输入的是灰度图像,应去掉image=rgb2gray(in_image); 例程1.2-2 img=imread('qingdao.jpg'); img=rgb2gray(img); [A_nm,zmlist,cidx,V_nm
1.2图像的矩特征
- 1.4图像的斑点检测,本节详细介绍斑点的检测技术(1.4 spot detection of the image. This section details spot detection technology)
Shape_程序计算图像的七个不变矩
- Shape_程序计算图像的七个不变矩(The content is the seven invariant moments of the Shape_ program to calculate the image.)
七阶不变矩
- 提取图形的七阶不变矩,简单易行,利用求得特征矩进行图像的识别(It is simple and easy to extract the seven order moment of the graph, and the image is identified by using the characteristic moment.)
数字图像处理书的补充材料
- 本程序包是运用MATLAB进行图像矩阵特征的识别(This package is an image matrix feature recognition using MATLAB)
图像的熵
- 图像的熵,图像的一阶矩,图像的二阶矩,图像的差熵(The entropy of the image, the first moment of the image, the two moment of the image and the difference entropy of the image)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image