Welcome![Sign In][Sign Up]
Location:
Search - feature detection in images matlab

Search list

[Special Effectshog

Description: hog特征提取算法的实现,用于object detection,特别是human detection,针对64*128的图像。-hog feature extraction algorithm for object detection, in particular, human detection, against 64* 128 images.
Platform: | Size: 105472 | Author: luandayong | Hits:

[Communication20090429

Description: 为了提取区域边界,可以对图像直接运用一阶微商算子或二阶微商算子,然后根据各像点处的微商幅值或其他附加条件判定其是否为边界点。如果图像中含有较强噪声,直接进行微商运算将会出现许多虚假边界点。-.Using the feature of distinct edge contour existing between the text and the background regions in color images, a novel text extraction algorithm—CEMA(Color-edge detection, Morphology, logic operator“AND”) is proposed in this thesis for video images.
Platform: | Size: 6144 | Author: 刘卅 | Hits:

[matlabharris

Description: In the fields of computer vision and image analysis, the Harris-affine region detector belongs to the category of feature detection. Feature detection is a preprocessing step of several algorithms that rely on identifying characteristic points or interest points so to make correspondences between images, recognize textures, categorize objects or build panoramas.
Platform: | Size: 2048 | Author: aisso831 | 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 Effectszfdg

Description: 图像中角点(特征点)提取与匹配算法,对于两幅相似的图像,通过角点检测算法,进而找出这两幅图像的共同点,从而可以把这两幅图像合并成一幅图像。(含程序)-Image corners (feature points) extraction and matching algorithms for two similar images by corner detection algorithm, and then find the two images in common, which can merge these two images into one image. (With program)
Platform: | Size: 2954240 | Author: 范启跃 | Hits:

[Windows Developtexturesegment

Description: 检测图像中的纹理和伪影 通过提取图像的纹理,灰度值,空间特征对图像进行分割;(Texture and artifact detection in images The image is segmented by extracting the texture, gray value and spatial feature of the image;)
Platform: | Size: 8949760 | Author: sss_369 | Hits:

CodeBus www.codebus.net