-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
本程序为BP算法在一个简单分类中的应用,主要针对异或问题,有助于对本算法的理解...
本程序为BP算法在一个简单分类中的应用,主要针对异或问题,有助于对本算法的理解
- 2022-06-28 22:21:20下载
- 积分:1
-
本程序包含了一些膨胀程序,图像源代码生成,详述了膨胀原理...
本程序包含了一些膨胀程序,图像源代码生成,详述了膨胀原理-This procedure contains a number of the expansion process, the image source code generated, detailing the expansion of the principle of
- 2023-07-03 12:05:03下载
- 积分:1
-
Some genetic algorithm Matlab examples, I hope all of you to help
一些遗传算法Matlab算例,希望对大家有所帮助-Some genetic algorithm Matlab examples, I hope all of you to help
- 2022-01-27 08:49:56下载
- 积分:1
-
此算法是基于小波变换模极大的多尺度图像边缘检测
此算法是基于小波变换模极大的多尺度图像边缘检测-this algorithm is based on the wavelet transform modulus maxima Multiscale Edge Detection
- 2022-04-27 10:01:03下载
- 积分:1
-
画roc曲线的matlab程序,roc曲线又称操作特性曲线
程序注释很详细...
画roc曲线的matlab程序,roc曲线又称操作特性曲线
程序注释很详细-Roc curve matlab painting process, roc curve, also known as operating characteristic curve procedures in great detail the Notes
- 2022-02-06 17:40:49下载
- 积分:1
-
对图像配准的双目视觉标定matlab程序研究…
matlab双目视觉标定程序研究图像配准的可以用这个-matlab study of binocular vision calibration procedure of image registration can use this
- 2022-03-13 11:25:19下载
- 积分:1
-
Face to face recognition algorithm to identify the snake algorithm
人脸识别算法 对人脸进行snake算法识别-Face to face recognition algorithm to identify the snake algorithm
- 2023-07-23 01:25:03下载
- 积分:1
-
Image sparse decomposition method Random Sampling of Sparse Trigonometric Polyno...
图像 稀疏分解方法
Random Sampling of Sparse Trigonometric Polynomials II
- Orthogonal Matching Pursuit versus Basis Pursuit -
(Preprint arXiv:math.CA/0604429)
by Stefan Kunis and Holger Rauhut-Image sparse decomposition method Random Sampling of Sparse Trigonometric Polynomials II- Orthogonal Matching Pursuit versus Basis Pursuit- (Preprint arXiv: math.CA/0604429) by Stefan Kunis and Holger Rauhut
- 2023-01-16 00:45:04下载
- 积分:1
-
一个全面的图像处理和分析软件的源代码(可以…
一个全面的图像处理与分析软件源程序(可处理BMP,JPEG,Tiff等文件)-A comprehensive image processing and analysis of software source code (which can handle BMP, JPEG, Tiff and other documents)
- 2022-05-20 00:14:49下载
- 积分:1