-
利用阈值法分割图像的matlab程序和实验报告,这是本科学习图象处理时的作业,供初学者参考...
利用阈值法分割图像的matlab程序和实验报告,这是本科学习图象处理时的作业,供初学者参考-threshold method of image segmentation and experimental procedures Matlab report This is the undergraduate study of image processing operations, information for beginners
- 2022-04-07 07:37:10下载
- 积分:1
-
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
-
粒子滤波器源代码,有助于学习。附有图像序列。
粒子滤波器源代码,有助于学习。附有图像序列。-Particle Filter source code, contribute to learning. With image sequences.
- 2022-05-18 14:47:56下载
- 积分:1
-
Edge detection in image segmentation, pattern recognition, machine vision, etc....
边缘检测在图象分割、模式识别、机器视觉等中都有重要作用,人们已研究出很多种边缘检测算法,而哈夫变换和canny边缘算子等是最经典的算法-Edge detection in image segmentation, pattern recognition, machine vision, etc. have an important role, it has now developed a variety of edge detection algorithm, and the Hough transform and the canny edge operator, such as the algorithm is the most classic
- 2022-07-19 21:42:09下载
- 积分:1
-
独立成分分析 进行盲源信号分析,信号处理图像处理的好工具...
独立成分分析 进行盲源信号分析,信号处理图像处理的好工具-ICA
- 2023-06-06 21:35:03下载
- 积分:1
-
摄像头全景图像拼接序列,希望能有用
摄像机图像序列的全景图拼接,希望能有些用处-Camera panorama image stitching sequence, hoping to be useful
- 2022-10-21 11:05:03下载
- 积分:1
-
这是关于数字图象几何变换算法的vc++源代码
这是关于数字图象几何变换算法的vc++源代码-This is on digital images of geometric algorithm source code vc
- 2022-04-30 16:51:59下载
- 积分:1
-
This source contains a binary image, gray
此源码包含对图像进行二值化、灰度变换、投影以及图像的灰度直方图显示。-This source contains a binary image, gray-scale transformation, projection and image histogram display.
- 2022-06-13 08:18:02下载
- 积分:1
-
这是一个使用域值法编写的图像分割程序,主要是用于学习数字图像处理的同学。...
这是一个使用域值法编写的图像分割程序,主要是用于学习数字图像处理的同学。-This is a prepared using the threshold method of image segmentation process, mainly for the students to learn digital image processing.
- 2022-10-25 09:55:02下载
- 积分:1
-
一些关于视频图像处理中有关背景建模的论文(文件1)
一些关于视频图像处理中有关背景建模的论文(文件1)-On video image processing in the background modeling papers (paper 1)
- 2023-07-08 16:05:05下载
- 积分:1