Description: Detect circles with specified radius in a binary image. Resolve their center positions and show them in the original image.-Detect circles with in a specified radius b inary image. Resolve their center positions an d show them in the original image. Platform: |
Size: 30720 |
Author:袁晔 |
Hits:
Description: The program should recognize objects like circles, rectangles, and squares from the input image.
Platform: |
Size: 4096 |
Author:fangfei_666 |
Hits:
Description: Function uses Standard Hough Transform to detect circles in a binary image.
According to the Hough Transform for circles, each pixel in image space
corresponds to a circle in Hough space and vise versa.
upper left corner of image is the origin of coordinate system.
Platform: |
Size: 2048 |
Author:wang gang |
Hits:
Description: research on against geometry attacks watermarking technology. A digital Watermarking scheme, which is based on combination of simple and reliable harries detector and image normalization, is proposed. The feather points remain holding after geometry attack. Applying image normalization to these non-overlapped circles which centered at the feature points, after that, we can determine area for watermark embedding. -research on against geometry attacks watermarking technology. A digital Watermarking scheme, which is based on combination of simple and reliable harries detector and image normalization, is proposed. The feather points remain holding after geometry attack. Applying image normalization to these non-overlapped circles which centered at the feature points, after that, we can determine area for watermark embedding. Platform: |
Size: 1024 |
Author:xiaxianming |
Hits:
Description: 利用hough变换来进行圆形检测.Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system.-Using hough transform for circle detection. Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coordinate system. Platform: |
Size: 2048 |
Author:华思雨 |
Hits:
Description: The present report outlines the design, implementation and performance of the application of Hough
Transform (HT) to detect circles in arbitrary pictures.
Detecting circles in arbitrary pictures involves a two step process in this project. First, edges within the
image have to be detected then, by means of a voting mechanism the most probable circles will be
located.
Edge detection goal is to look for boundary locations that naturally happen between objects. Objects
normally have continuous intensity values therefore sudden changes in that pattern might indicate a
boundary condition. Changes of intensity in one direction can be calculated by the gradient operator
however, noise can alter meaningful edges. Convolution is then normally applied to account for a small
amount of smoothing, thus reducing noise.-The present report outlines the design, implementation and performance of the application of Hough
Transform (HT) to detect circles in arbitrary pictures.
Detecting circles in arbitrary pictures involves a two step process in this project. First, edges within the
image have to be detected then, by means of a voting mechanism the most probable circles will be
located.
Edge detection goal is to look for boundary locations that naturally happen between objects. Objects
normally have continuous intensity values therefore sudden changes in that pattern might indicate a
boundary condition. Changes of intensity in one direction can be calculated by the gradient operator
however, noise can alter meaningful edges. Convolution is then normally applied to account for a small
amount of smoothing, thus reducing noise. Platform: |
Size: 1107968 |
Author:donna |
Hits:
Description: MATLAB医学影像处理实验(内含14个原代码及教学的说明)
(1)Plot a sine function using MATLAB, and write the data into a file
(2)Read data from a file, plot a SINC function, and append the result back to the same file
(3)Plot a Gaussian distribution using MATLAB
(4)Fourier transform of a square function is a SINC function
(5)1-D low-pass filters and their point-spread functions
(6)2-D low-pass filters and their point-spread functions
(7)Fourier Transform of circles and an ellipse
(8)Image rotation and magnification
(9)MR k-space data reconstruction and low-pass filter
(10)Display an image in gray level
(11)Display an image in color
(12)Region of interest selection and display
(13)Cross correlation between temperature and humidity
(14)Independent component analysis of mixed music files -MATLAB Medical Image Process Experiments (including 14 source code and course documents)
(1)Plot a sine function using MATLAB, and write the data into a file
(2)Read data from a file, plot a SINC function, and append the result back to the same file
(3)Plot a Gaussian distribution using MATLAB
(4)Fourier transform of a square function is a SINC function
(5)1-D low-pass filters and their point-spread functions
(6)2-D low-pass filters and their point-spread functions
(7)Fourier Transform of circles and an ellipse
(8)Image rotation and magnification
(9)MR k-space data reconstruction and low-pass filter
(10)Display an image in gray level
(11)Display an image in color
(12)Region of interest selection and display
(13)Cross correlation between temperature and humidity
(14)Independent component analysis of mixed music files Platform: |
Size: 2280448 |
Author:江儜昶 |
Hits:
Description: matlab编写的用霍夫曼变换检测圆的算法 对初学者有帮助-Function uses Standard Hough Transform to detect circles in a binary image.
According to the Hough Transform for circles, each pixel in image spac corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system. Platform: |
Size: 1024 |
Author:lihao |
Hits:
Description: 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform
for finding circles in the image. Platform: |
Size: 1024 |
Author:huang |
Hits:
Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use the duality of points and lines, the original image space, the curve given expression through the curve of the parameter space into a point. This put the original image in the detection of a given curve is transformed into a peak in the parameter space to find the problem. That is the test for the detection of the overall features into local features. Such as lines, ellipses, circles, arcs, etc.
Platform: |
Size: 148480 |
Author:丁海龙 |
Hits:
Description: Hough算法的matlab实现,可以检测出图像中存在的不同半径的圆-Hough algorithm matlab realize, can detect the presence of different radii of the circles in the image Platform: |
Size: 1024 |
Author:Sandy |
Hits:
Description: 填补圈子之间的“漏洞”。 首先尝试使用半径为7的圆盘结构元素来关闭圆形图像,除了填充孔之外,还要附上结果图像以及您观察到的任何副作用。(Fill up the "holes" in between the circles.First try closing the circle image by a disk structuring element with radius 7, attach the result image and any side-effects you observe in addition to the filling of the holes.Then do you have any idea for just filling the holes without any side-effects?) Platform: |
Size: 1024 |
Author:wacy1
|
Hits: