Location:
Search - shape detect
Search list
Description: Hough变换可以检测已知形状的目标,而且受噪声和曲线间断的影响小。介绍
采用哈夫(Hough)变换,在二值化图像中检测直线,确定其参数的方法。-Hough Transform can detect known shape goals, but also by the noise and the impact curve intermittent small. Introduced, Hough (Hough) transform, the two binary image detection of straight lines, its parameters.
Platform: |
Size: 157294 |
Author: 石决明 |
Hits:
Description: This algorithm will perform hough transform and detect shape of an object.-This algorithm will perform hough transfo rm and detect shape of an object.
Platform: |
Size: 4284276 |
Author: Kent |
Hits:
Description: This paper describes a vision based pedestrian detection and tracking system which is able to count people in very crowded situations like escalator entrances in underground stations. The proposed system uses motion to compute regions of interest and prediction of movements, extracts shape information from the video frames to detect individuals, and applies texture features to recognize people. A search strategy creates trajectories and new pedestrian hypotheses and then filters and combines those into accurate counting events. We show that counting accuracies up to 98 % can be achieved.
Platform: |
Size: 2122036 |
Author: harleych |
Hits:
Description: Hough变换可以检测已知形状的目标,而且受噪声和曲线间断的影响小。介绍
采用哈夫(Hough)变换,在二值化图像中检测直线,确定其参数的方法。-Hough Transform can detect known shape goals, but also by the noise and the impact curve intermittent small. Introduced, Hough (Hough) transform, the two binary image detection of straight lines, its parameters.
Platform: |
Size: 156672 |
Author: 石决明 |
Hits:
Description: This algorithm will perform hough transform and detect shape of an object.-This algorithm will perform hough transfo rm and detect shape of an object.
Platform: |
Size: 4284416 |
Author: Kent |
Hits:
Description: 一种快速的多边形和矩形检测算法,可以广泛的应用于各种目标识别领域-A fast polygon and rectangle detection algorithm can be widely used in various areas of target identification
Platform: |
Size: 11264 |
Author: chendong |
Hits:
Description: Hough变换最先是由Paul Hough在1962年提出的, 它所实现的是一种从图像空间到参数空间的映射关系,其主要优点就是检测几何形状的能力较少受到几何形状中间断点的干扰 , 而且不需要预先组合或连接边缘点, 可以广泛应用于纤维、 孔径等自动检测中-Hough transform is the first by Paul Hough in 1962, and it is a realization from the image space to parameter space of the mapping relations, and its main advantages is the ability to detect smaller geometry by the geometric shape of the interference among the breakpoint, and do not need to pre-mix or to connect the edge points, can be widely used in fiber, such as automatic detection in the aperture
Platform: |
Size: 2048 |
Author: tangxin |
Hits:
Description: This paper proposes a new method of extracting and tracking
a nonrigid object moving while allowing camera movement. For object
extraction we first detect an object using watershed segmentation
technique and then extract its contour points by approximating the
boundary using the idea of feature point weighting. For object tracking
we take the contour to estimate its motion in the next frame by the
maximum likelihood method. The position of the object is estimated using
a probabilistic Hausdorff measurement while the shape variation is
modelled using a modified active contour model. The proposed method is
highly tolerant to occlusion. Because the tracking result is stable unless
an object is fully occluded during tracking, the proposed method can be
applied to various applications.
Platform: |
Size: 2163712 |
Author: sacoura31 |
Hits:
Description: This paper is to solve the image segmentation
problem: given an image, we seek to detect the shape of the objects in it.
Platform: |
Size: 914432 |
Author: qiqiu |
Hits:
Description: The main part of the code uses improved Shape Context as feature descriptor and fit into a Hough Voting framework to detect objects. It can be used for initial hypothesis proposal. I hope you find this code helpful!
Platform: |
Size: 8343552 |
Author: cui |
Hits:
Description: Real-Time Facial Feature Point Extraction-Localization of facial feature points is an important step for many subsequent facial image analysis tasks. In this paper, we proposed a new coarse-to-fine method for extracting 20 facial feature points from image sequences. In particular, the Viola-Jones face detection method is extended to detect small-scale facial components with wide shape variations, and linear Kalman filters are used to smoothly track the feature points by handling detection errors and head rotations. The proposed method achieved higher than 90 detection rate when tested on the BioID face database and the FG-NET facial expression database. Moreover, our method shows robust performance against the variation of face resolutions and facial expressions.
Platform: |
Size: 871424 |
Author: Ng Jack |
Hits:
Description: Paper "Towards Multi-View Object Class Detection".We present a novel system for generic object class detection. In contrast to most existing systems which focus on a single viewpoint or aspect, our approach can detect object
instances from arbitrary viewpoints. This is achieved by combining the Implicit Shape Model for object class detection proposed by Leibe and Schiele with the multi-view
specific object recognition system of Ferrari et al. After learning single-view codebooks, these are interconnected by so-called activation links, obtained through multi-view region tracks across different training views of individual object instances. During recognition, these integrated codebooks work together to determine the location
and pose of the object. Experimental results demonstrate the viability of the approach and compare it to a bank of independent single-view detectors.
Platform: |
Size: 645120 |
Author: yangwei |
Hits:
Description: This source code is very useful to detect the edge of triangle shape.It also can be applied to calculate the perimeter of triangle.
Platform: |
Size: 2048 |
Author: senorita |
Hits:
Description: 该算法完成了对人脸的提取和分析,基于皮肤色检测,很好的,检测了嘴的位置,眼睛的位置,和眉毛的位置,并根据他们的形态进行分析,已用来生成人脸的虚拟形象。有由于虚拟形象文件很大,有需要的可以和作者我单独联系-The algorithm completed the extraction and analysis of human face, based on skin color detection, very good to detect the position of the mouth, eye position, and eyebrow position and shape according to their analysis, have been used for avatar face creation. Are due to the virtual image of the file is large, there is a need and authors that can Contact me alone
Platform: |
Size: 761856 |
Author: 李伟 |
Hits:
Description: this code in matlab for applying active shape models and active appearance models to detect the features of hand-this code in matlab for applying active shape models and active appearance models to detect the features of hand
Platform: |
Size: 10113024 |
Author: gnagi |
Hits:
Description: 图形识别算法 可用于图形识别以及 验证码识别研究-The main part of the code uses improved Shape Context as feature descriptor and fit into a Hough Voting framework to detect objects. It can be used for initial hypothesis proposal. I hope you find this code helpful!
Platform: |
Size: 63488 |
Author: 啊反达 |
Hits:
Description: 用emgucv结合c#编写 包括hough线变换 hough圆变换
基于vs2010开发环境-With c# prepared with emgucv including hough line transform hough circle transform
Development environment based on vs2010
Platform: |
Size: 435200 |
Author: ZZT |
Hits:
Description: opencv shape detection code blocks
Platform: |
Size: 237568 |
Author: dbs |
Hits:
Description: 简单的检测一幅图像中是否有正方形长方形圆及三角形,一幅图图像中可以有很多图形,但是竖直方向不能重合-Simple detect whether an image of a circle and a square rectangle triangle, a picture can have a lot of graphic images, but can not overlap in the vertical direction
Platform: |
Size: 101376 |
Author: zhangle |
Hits:
Description: It is a matlab source code detect all the circle and rectangle in a image and create box on the original image at the position of the circle or ractangle
Platform: |
Size: 4096 |
Author: Ashab Uddin |
Hits: