-
Hough变换的简易程序,*功能用于检测图像…
Hough变换的简易程序, * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform to the simplified procedure,* The function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear* extracted.** Requirements for the target image only two 0 and 255 gray values of gray-scale images.
- 2022-03-15 17:14:24下载
- 积分:1
-
基于DCT的数字水印的生成和提取,分别在两个DCT.m和IDCT.m两个文件中...
基于DCT的数字水印的生成和提取,分别在两个DCT.m和IDCT.m两个文件中-DCT-based digital watermark generation and extraction, respectively, in two DCT.m and two documents IDCT.m
- 2022-02-04 21:25:01下载
- 积分:1
-
转动箱子的动画,多维旋转图象,可以多角度观察,利用SIN函数
转动箱子的动画,多维旋转图象,可以多角度观察,利用SIN函数-rotating box animation, multi-dimensional rotating images, more angle, the use of SIN function
- 2022-02-14 01:45:54下载
- 积分:1
-
计算机图形学初级学者使用(教科书画法)多边形转换扫描填充算法
程序...
计算机图形学初级学者使用(教科书画法)多边形转换扫描填充算法
程序-Computer graphics beginner use (textbook method) the algorithm to draw polygon by transform ,fill and scan.
- 2022-05-26 23:12:13下载
- 积分:1
-
C# implements the basic image processing functions required, please download the
实现了C#的基本的图像处理功能,需要者请下载-C# implements the basic image processing functions required, please download the
- 2022-07-10 21:17:03下载
- 积分:1
-
程序实现图像灰度化,设置动态阈值图像增强
程序实现图像灰度化,设置动态阈值图像增强-Program image, and set the dynamic threshold image enhancement
- 2023-06-23 17:20:04下载
- 积分:1
-
人脸识别的matlab程序一般,但可以借鉴下
matlab人脸识别程序 一般化,但是可以借鉴-face recognition matlab general procedures, but can draw on under the next
- 2023-03-05 22:05:03下载
- 积分:1
-
ROI_PAC著名的遥感图像处理免费软件。可用于InSAR(干涉合成孔径雷达)图像的处理。,...
ROI_PAC著名的遥感图像处理免费软件。可用于InSAR(干涉合成孔径雷达)图像的处理。, -ROI_PAC well-known remote sensing image processing free software. Can be used for InSAR (interferometric synthetic aperture radar) image processing. ,
- 2023-04-09 22:00:03下载
- 积分:1
-
DE2板AV提取与处理,与原板配套使用,NTSC电视制式读入
DE2板AV提取与处理,与原板配套使用,NTSC电视制式读入-DE2 board AV extraction and processing, supporting the use of the original board, NTSC TV standard read
- 2022-02-10 10:05:19下载
- 积分: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