-
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
-
背景差分法和时间的运动目标检测
运动目标检测中背景差分法和时间差分法的实现结构包括平台。
- 2023-04-08 08:20:03下载
- 积分:1
-
高斯随机噪音程序,做理论模型数据时,一般会加高斯随机噪音,以模拟实际数据
高斯随机噪音程序,做理论模型数据时,一般会加高斯随机噪音,以模拟实际数据-Gaussian random noise process, make the theoretical model data, they generally will be Gaussian random noise to simulate the actual data
- 2022-06-16 16:14:48下载
- 积分:1
-
图像的几何变换 图像平移 图像镜像变换 图像转置 图像缩放 图像旋转...
图像的几何变换 图像平移 图像镜像变换 图像转置 图像缩放 图像旋转-Geometric transformation image image image image translation transpose transform image image scaling image rotation
- 2022-06-22 03:09:33下载
- 积分:1
-
造字小程序,根据自己想要设计的字符形状,点击上面的小栅格即可生成字符...
造字小程序,根据自己想要设计的字符形状,点击上面的小栅格即可生成字符-Private Use a small program, according to the design of the characters in the shape you want, click on the small grid to generate the above characters
- 2023-04-15 23:25:03下载
- 积分:1
-
BMP文件读取程序。读取并记录BMP文件颜色数据,并可将颜色数据显示。...
BMP文件读取程序。读取并记录BMP文件颜色数据,并可将颜色数据显示。-BMP file reader. BMP file to read and record the color data, as well as color data.
- 2022-03-18 14:57:45下载
- 积分:1
-
morphological Skeleton extraction methods, for the purpose of extracting informa...
用形态学方法提取骨架线,由明暗度提取外形信息,LOG滤波器提取边缘-morphological Skeleton extraction methods, for the purpose of extracting information form, the edge detection filter LOG
- 2022-02-11 20:05:55下载
- 积分:1
-
Based on the C++ Preparation procedure, function is the graphical image texture...
一个基于C++编写的程序,功能是进行图形图像的纹理分析-Based on the C++ Preparation procedure, function is the graphical image texture analysis
- 2022-11-15 20:30:03下载
- 积分:1
-
遥感图像如何用VC++实现,谁给介绍个处理程序,谢谢。
邮箱是aiyang12345678@163.com...
遥感图像如何用VC++实现,谁给介绍个处理程序,谢谢。
邮箱是aiyang12345678@163.com-How to use remote sensing image VC++ Achieve, who introduced a treatment program for you. E-mail is aiyang12345678@163.com
- 2022-07-08 06:03:27下载
- 积分:1
-
This is a small to display the animation wizard, this with Stephen Chow elf imag...
这是一个用来显示动画的小精灵,这个具有周星驰图像的小精灵,有很多的小功能.-This is a small to display the animation wizard, this with Stephen Chow elf image, there are many small features.
- 2022-03-13 17:56:41下载
- 积分:1