搜索资源列表
WBImageAnalysis
- 这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods.
featureextraction
- 特征提取: 提取了图像中各个标记区域的纹理特征及形状特征,标注详细-King Lek qiong 取: Joan 取了 Minghao Shilu rude plugging 各个标记区 的 理 Canton King Lek Lek 及 near Durian King, 标 downtown Circle Jiu
is
- 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)-Image Feature Extraction of the source code, use the sobel operator edge extraction, the use of hu moments shape
ImageRetrievalBasedOnColorandShapeFeaturesofInteri
- 提出了一种基于兴趣点的图像检索新方法ACSM(Annular Color and Shape Moment) , 利用兴趣点的位置信息, 提取兴趣点周围局部区域的颜色矩特征和区域形状不变矩特征。ACSM算法不仅对平移、旋转具有良好的鲁棒性, 而且克服了传统颜色矩和形状不变矩没有位置信息的缺陷。实验结果表明, 由于将颜色和形状特征有机结合, ACSM算法有效提高了图像检索的准确性。-err
Shape
- 此程序计算图像的七个不变矩,提取出图像的形状特征,可用于图像检索。-This procedure of calculating the image of seven invariant moments, the shape of extracted image features, can be used for image retrieval.
Shape
- 形状特征提取的经典论文,图像处理研究人员必备论文 -Shape feature extraction of the classic papers, image processing researchers must Papers
200611317241258
- 基于不同特征的图像检索技术,颜色、纹理、形状、空间关系等特征提取的基础上,基于语义的图像检索技术-Different characteristics based image retrieval, color, texture, shape, spatial relations on the basis of feature extraction, image retrieval based on semantic
readvc
- 基于轮廓的形状特征提取 1)该程序在VC++6.0下编译通过; 2)测试图片说明:(图像路径名请在main函数中fp=fopen("1.bmp","rb")中设定) 64×64 24bit BMP: 图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别; 120×120 24bit BMP: 图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别; 3)结果说
shape_feature
- 一个简单的傅立叶带亮度描绘子提取图像的形状特征程序-A simple Fourier descr iptor with the brightness of the image shape feature extraction procedures
c04
- 这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods. -This pr
tzsb
- 图像的特征识别技术,是机器视觉和计算机图像识别的好教程。 所谓图像特征,换句话说就是图像中的物体有什么样的特征。图中有几个水果。要想从该图像中把香蕉提取出来,必须告诉计算机要提取什么样的物体。例如,应把香蕉的特征之一——细而长告诉给计算机。也就是说,要指示图像中物体的形状、大小等特征。即告诉计算机要提取的物体是大物体或是圆的、方的等。这时,就 要使用“大小”、“圆度”等表示物体形状的参数。 -The characteristi
newegg
- 基于matlab的进行鸡蛋形状特征提取的程序,能提取鸡蛋裂缝区域的形状特征-Matlab based on the conduct of an egg shape feature extraction procedure can extract the shape of an egg cracks in the regional characteristics of
1
- 状是含有高层语义信息的视觉特征,在基于内容的图像检索及图像识别中具有重要的应用价值。有很多种描述子可以描述图像的形状特征,傅立叶描述子可以把二维的图像轮廓信息简化成一维问题进行处理,应用非常广泛。然而自然图像的形状特征通常是杂乱的,有噪声的,提出了一种图像预处理方法,得到净化的形状图像,通过实验研究傅立叶描述子算法提取形状特征的效果。-Abstract Shape is a visual feature which contains
contour_feature_discriptor
- 关于等高线特征描述与提取的几篇好文章,主要利用了等高线的形状与纹理特征。-There are several articles about the discr iption and extraction of contour feature, which mainly discuss shape feature and texture feature.
xinxilun
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman
texture_shape
- 一些很有用的关于图像检索方面的文章,主要包括纹理和形状特征提取方面。-Some very useful articles on aspects of image retrieval, including texture and shape feature extraction.
gaborfilter.tar
- 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
颜色、形状参考源程序
- 颜色形状检索论文及形状特征提取MATLAB代码(Color and shape retrieval, paper and shape feature extraction, MATLAB code.)
形状特征提取
- 提取了图像的形状特征,文件自带测试图,在matlab 2016上成功运行(Extracted image shape features)
Shape feature extraction
- 图像的形状特征一般是在物体从图像中分割出来以后进行分析,形状特征描述与尺寸测量结合起来可以作为区分不同物体的依据。形状特征有两类表示方法,一类是边界特征,另一类是区域特征。图像的轮廓特征主要针对物体的外边界,而图像的区域特征则关系到整个形状区域。(The shape feature of an image is generally analyzed after the object is segmented from the image