搜索资源列表
颜色矩
- 基于颜色矩特征的图像检索:首先RGB颜色空间转换到HSV颜色空间;针对HSV三个分量计算颜色矩作为图像的内容特征;计算查询图像与图像库中每幅图像的相似距离,排序后给出检索结果。-Moment features based on color image retrieval : First RGB color space conversion to HSV color space; Three weight against HSV color calculated moments as images
图像不变矩的推广
- 图像不变矩的推广,可以利用图像的不变矩进行二次开发-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 methods, providing a complete C
yinzhangrecverbyRF
- 一个进行图章识别的C++类,主要采用图章图像的矩特征进行图章比对,涉及到图像特征提取与匹配。-identification seal for a C + + class, mainly stamp image features seal moment than right, relate to feature extraction and image matching.
数字水印对抗几何攻击方法的研究
- 数字水印对抗几何攻击方法的研究膏净,台莉春,张志请(同济大学计算机科学与工程系,上海200092)搞蔓:提出了一种新的基于图像原点矩的几何变换参数估计算法,经实验验证它能有效地估计图像的旋转角度和尺度缩放参数,利用这些参数可以对被测水印化载体图像进行相应校正和水印检测。-confrontation geometric digital watermarking method of attack paste net, Taiwan-Li-chun, Zhang requested (Tongji U
vc图像识别--2 人邮版的随书光盘
- VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevant, local smooth, and the momen
基于内容的图像检索
- 基于内容的图像检索,运行平台为vc。有详细的源代码,具体实现了HSV、MTM的累加直方图、加权直方图、中心矩等的检索,是个不错的东东。
图像纹理特征提取
- 提取图像的纹理特征,包括熵,一致性,三阶矩等。
基于局部小波矩的图像匹配算法
- 该文将图像的视觉不变矩特征引入到图像匹配领域中,通过提取图像的局部小波矩,提出了一种基于局部小波矩的图像匹配算法。
基于vc++与opencv实现的视频图像Hu矩计算
- 基于vc++与opencv实现的视频图像Hu矩计算,可以作为运动检测的一个模块。运行时需要有一台usb摄像机才能正确执行。,Based on vc++ with opencv video images to achieve the calculation of Hu moments, can be used as a motion detection module. Run-time need to have a usb camera to the correct implementation.
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 improved DS evidence theory met
红外图像处理
- 主要用于红外图像的特征提取,其中提取长宽比,复杂度,紧凑度,均值比,不变矩等七种红外图像的特征,可很好的为以后的识别做准备
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] = zernike(img); 注:输入图像应为灰度图
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 color feature extraction and f