Description: Hough Transformation Algorithm
Input: Original image in the form of an array: Image1[xMax][yMax]
Output: New image : Image2 [xMax][yMax] containing the detected straight lines.
Intermediate data structure: Hough [tMax][rMax] to calculate the corresponding lines.-Hough Transformation Algorithm Input : Original image in the form of an array : Image1 [] [xMax yMax] Output : New image : Image2 [] [xMax yMax] containing the detected's traight lines. Intermediate data structure : Hough [] [tMax rMax] to calculate the correspon ding lines. Platform: |
Size: 1024 |
Author: |
Hits:
Description: 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。-Hough transform is a very useful algorithm, can detect a straight line, round, oval, etc., can also be connected to the edge. Platform: |
Size: 98304 |
Author:格子 |
Hits:
Description: Hough变换的入门算法.含有详细的注释.-The basis Algorithm for Hough Transform used to detect lines in the Digital Image.The function GetPeak() is useful for Peak Value Detect. Any Question? Mail me. Platform: |
Size: 1024 |
Author:黄习培 |
Hits:
Description: 针对平行结构立体摄像机存在较大的遮挡边界区域问题,本文提出了一种基于可信图的遮挡
边界检测算法.首先通过采样计算立体图像对中几条扫描线的可信值,从而得到遮挡边界的若干采
样点;然后通过RANSAC算法得到遮挡边界.理论和实验分析表明该算法对复杂背景的立体图像有好
的检测精度;对人肩像等简单背景图像的检测精度不好,但通过校正后仍可得到较准确的遮挡边界.-Aimed at the existence of large occluded regions in stereo image pairs obtained from
stereo camera pairs,an algorithm which can detect occluded boundary areas based on reliability map
is proposed.Firstly,a number of sampled occluded boundary points are obtained by calculating
reliability of the disparity on the corresponding sampled scan lines;secondly,the boundary line is
calculated by RANSAC method.Theoretical and experimental analyses show that the proposed
algorithm gives good boundary detection accuracies for stereo images with complex backgrounds.
But for stereo images with homogenous background,results are not good,however the algorithm can
also give relatively good accuracies after certain correction. Platform: |
Size: 645120 |
Author:christine |
Hits:
Description: Detect Line and Circle
基于opencv的直线,圆检测
retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex Platform: |
Size: 41984 |
Author:彭石 |
Hits:
Description: 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改
进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。-Hough transform image processing image recognition from the basic geometry of one of the methods, the application is very wide, there are many improved algorithm. The most basic black and white images from the Hough transform to detect straight lines (line). Platform: |
Size: 66560 |
Author:Houghtransform |
Hits:
Description: 针对现有的PCB(Printed Circuit Board)缺陷视觉检测系统实时性较差,难以检测线宽过窄等问题,首先对 PCB 缺陷图像进行小波变换压缩,提高了系统实时性;然后应用小波边缘检测算法对缺陷图像边缘精确定位,在图像小波变换局部模极大值对应的梯度方向上计算边缘点距离,根据特定规则提取、识别并定位特定缺陷,实验结果表明上述方法简单有效。-For the existing PCB (Printed Circuit Board) real-time visual inspection system for defects is poor, difficult to detect a narrow line width and other issues, first of all defects on the PCB image compression using wavelet transform and improve the system real time and then apply the wavelet edge detection algorithm precise location of the defect edge in the wavelet transform and local maxima correspond to the gradient direction of edge points to calculate the distance, according to a specific rule extraction, to identify and target specific defects, experimental results show that the method is simple and effective. Platform: |
Size: 134144 |
Author:李瑶 |
Hits:
Description: 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including blocks of color lines color the background picture, the first of its low-pass filter for a color blocks and lines produced lower quality images fuzzy edges to be processed, using any two edge detection algorithm to detect when processing in the image blocks of color and line the edge of the two values are the result of the treatment plan. Extracted from the results map the boundary blocks of color and line coordinates, the original image and the actual generated coordinate data used to compare the true, and on the detection of error for analysis. 2. Take a test to be included black and white or color photographs of objects, try using a edge detection algorithm on automatic extraction of objects to be detected, the results generated for analysis. Platform: |
Size: 661504 |
Author:tosh |
Hits:
Description: 基于光电传感阵列和摄像头的寻线控制算法,使用两种传感器检测黑线,进行道路循迹-Based on the photoelectric sensor array and Hunt camera control algorithm, using two sensors detect black line, tracking the road Platform: |
Size: 487424 |
Author:tiaotiaohu |
Hits:
Description: 该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来-The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd corner matching algorithm selection, the final match of the corner will be connected with a line Platform: |
Size: 1181696 |
Author:郭甜莉 |
Hits:
Description: 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture. Platform: |
Size: 1024 |
Author:jihang |
Hits:
Description: hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash Platform: |
Size: 247808 |
Author:常玲玲 |
Hits:
Description: 霍夫变化直线检测程序,用于检测图像中的直线,本算法涉及梯度变化,感觉检测效果还不错。望指正。-Hough variation straight line detection procedures, is used to detect the image of straight line, the present algorithm involves gradient change, the feeling detection effect Huan pretty good. Look correct me. Platform: |
Size: 1024 |
Author:zj |
Hits:
Description: 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. Basic black and white images from the Hough transform to detect straight line (segment). This code is used to detect circles. Platform: |
Size: 1024 |
Author:liujiang |
Hits:
Description: 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. Basic black and white images from the Hough transform to detect straight line (segment) The discharge procedure using the Hough transform for solving equations. Platform: |
Size: 1024 |
Author:周炎兵 |
Hits:
Description: One of the most popular approaches to detect lines is based on the Radon transform (RT). But in real-world applications
RT-based approach suffers the noise and clutter, because they decrease the sharpness of the local maximums.
In this paper we suggest a new approach to computational effective line detection using the Weighted Radon Transform
(WRT). The suggested WRT-based approach uses gradient direction information, so only the differences that are
perpendicular to the line direction are integrated to make a local maximum corresponding to the line.
The theoretical and experimental studies show the effectiveness of the WRT-based line detection. The suggested WRTbased algorithm can be effectively implemented in real-time systems using parallelization and FFT-based techniques.
Keywords: Radon transform, line detection, object detection.-One of the most popular approaches to detect lines is based on the Radon transform (RT). But in real-world applications
RT-based approach suffers the noise and clutter, because they decrease the sharpness of the local maximums.
In this paper we suggest a new approach to computational effective line detection using the Weighted Radon Transform
(WRT). The suggested WRT-based approach uses gradient direction information, so only the differences that are
perpendicular to the line direction are integrated to make a local maximum corresponding to the line.
The theoretical and experimental studies show the effectiveness of the WRT-based line detection. The suggested WRTbased algorithm can be effectively implemented in real-time systems using parallelization and FFT-based techniques.
Keywords: Radon transform, line detection, object detection. Platform: |
Size: 550912 |
Author:Lamine |
Hits:
Description: This Application aim to detect the lines using Sobel or my custom Algorithm. In image processing, this app associated with Edge Detection and Fixed pattern Noise. Platform: |
Size: 889856 |
Author:穿山甲说
|
Hits: