Welcome![Sign In][Sign Up]
Location:
Search - shape feature extraction matlab

Search list

[Graph Recognizezernikemoment

Description: ZK矩的计算程序,有MATLAB和C语言两部分。ZK矩在形状识别和分析中有重要应用,可以在特征参数提取中经常使用。-ZK moment calculation procedure, MATLAB and C language has two parts. ZK moments in shape recognition and analysis has important applications, feature extraction can be often used.
Platform: | Size: 6144 | Author: liufeng | Hits:

[Algorithmshape_feature

Description: 一个简单的傅立叶带亮度描绘子提取图像的形状特征程序-A simple Fourier descriptor with the brightness of the image shape feature extraction procedures
Platform: | Size: 198656 | Author: 黎维娟 | Hits:

[Special Effectsnewegg

Description: 基于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
Platform: | Size: 1024 | Author: 波波 | Hits:

[Graph program1

Description: 状是含有高层语义信息的视觉特征,在基于内容的图像检索及图像识别中具有重要的应用价值。有很多种描述子可以描述图像的形状特征,傅立叶描述子可以把二维的图像轮廓信息简化成一维问题进行处理,应用非常广泛。然而自然图像的形状特征通常是杂乱的,有噪声的,提出了一种图像预处理方法,得到净化的形状图像,通过实验研究傅立叶描述子算法提取形状特征的效果。-Abstract Shape is a visual feature which contains intrinsic high-level semantics, and has a great application value in CBIR(Content-Based Image Retrieval) and IR(Image Recognition). There are many descriptors for shape feature. Fourier descriptor predigests 2-demensional image information to 1-demensional signal and be used widely. In fact, the shape of natural image is often messy and noisy. So, this paper proposes a preprocessing method which can clean the noisy shape image, and then researches and analyses the shape feature extraction with Fourier descriptor method with an experiment. Keywords Shape, Fourier Descriptor, Feature Extraction, CBIR(Content-Based Image R
Platform: | Size: 102400 | Author: 倪晓雷 | Hits:

[DocumentsImprovedActiveshapemodel

Description: Improved Active Shape Model for Facial Feature Extraction in Color Images
Platform: | Size: 450560 | Author: 思沃琪 | Hits:

[Special Effectsfun_pcnn

Description: 基于PCNN的特征提取,PCNN用于特征提取时,具体平移、旋转、尺度、扭曲等不变性,这正是许多年来基于内容的图像检索系统追求的目标,同时PCNN用于特征提取时,有很好的抗噪性。而且PCNN直接来自于哺乳动物视觉皮层神经的研究,具有提取图像形状,纹理,边缘的属性。用PCNN能很好地对图像进行签名,将二维的图像的特征提取成一维矢量签名。-Feature extraction of specified object is an important preprocessing stage in machine vision systems. In this paper, we present a novel hybrid feature extraction method using PCNN (Pulse Coupled Neural Network) and shape information. First, we use PCNN firing map train to formulate object’s time signature, then we use roundness of each firing map to formulate object’s shape information vector, the final feature matrix we got is combined time signature and roundness. We take correlations as our judge criteria in our experiments. It has been proved that the algorithm is not sensitivity with the rotation, scaling and translation of the object and is a useful method for target recognition applications.
Platform: | Size: 1024 | Author: wangxiaofei | Hits:

[Special Effectsgaborfilter.tar

Description: 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,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Platform: | Size: 1024 | Author: 郑碧波 | Hits:

[Special EffectsCBIR_Shape

Description: matlab实现的,基于HU不变矩的图像形状特征提取的程序-matlab to achieve, based on image invariant moments shape feature extraction HU program
Platform: | Size: 1024 | Author: 肄园 | Hits:

[Special Effectsmatlab

Description: 三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。 matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标 “三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模型为.obj格式,实验时需要把这部分换成上面读取.off的代码。运行其中的cut.m和cut2.m文件 “CBSM特征提取”用于提取形状特征,a.m是批量提取的,b.m是提一张图片的-3D model data contained in the Princeton Shape Benchmark dataset , the three-dimensional model , which .off file three-dimensional models that can be used in the folder open a 3D model of software Open View. matlab code reads the three-dimensional model for the matlab code to read .off file to obtain a triangular facets information and coordinate point cloud Three-dimensional model of cutting as an example of cutting three-dimensional model, in particular to find a three-dimensional model the three points form a plane, find the intersection of the plane and three-dimensional model, this is just an example of how to cut specific need to implement three-dimensional model wherein the three-dimensional model is read .obj format, experiments need to replace this part of the above read .off code. Run one of the cut.m and cut2.m file CBSM feature extraction is used to extract the shape feature, a.m bulk extraction, b.m is to provide a picture o
Platform: | Size: 677888 | Author: 丽丽 | Hits:

[Other颜色、形状参考源程序

Description: 颜色形状检索论文及形状特征提取MATLAB代码(Color and shape retrieval, paper and shape feature extraction, MATLAB code.)
Platform: | Size: 2035712 | Author: 四海归平克 | Hits:

CodeBus www.codebus.net