-
本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助...
本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助-This procedure to achieve haar wavelet transform, the image de-noising. Compression there is a great help
- 2022-10-05 17:25:03下载
- 积分:1
-
该程序为一个基于支持相量机的图形图形处理的matlab 演示程序...
该程序为一个基于支持相量机的图形图形处理的matlab 演示程序-the procedures for an equivalent amount based on support for the graphic graphics processing the Matlab demo program
- 2022-07-17 15:56:05下载
- 积分: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
-
Can explain the image DCT transform process is small, but it is original
可以进行图像的DCT变换
说明程序虽小,但是是原创-Can explain the image DCT transform process is small, but it is original
- 2022-08-03 11:05:24下载
- 积分:1
-
filled polygon operations. Rar
多边形填充作业.rar-filled polygon operations. Rar
- 2022-09-05 05:40:02下载
- 积分:1
-
美国ACM SIGGRAPH的计算几何图形代码精华,连载
美国ACM SIGGRAPH的计算几何图形代码精华,连载-the calculation geometry code essence, the series
- 2023-05-25 20:45:03下载
- 积分:1
-
灰度均衡:把一幅图像的灰度均衡处理,使其显得比较平滑
灰度均衡:把一幅图像的灰度均衡处理,使其显得比较平滑-Gray balance: the balance of a gray-scale image processing, it appears relatively smooth
- 2022-08-08 01:00:24下载
- 积分:1
-
VB drag the image to any open window, the more interesting, you just drag the fo...
VB将图像拖动到任意打开的窗口上,比较有意思,你只需拖动窗体中的小箭头到任意目标窗体,松开鼠标后图像就跑到目标窗体上了,不过程序还需要完善,有时候图片会被遮挡住,只实现了基本的思路,不是太常用,就当是一个学习资料吧。-VB drag the image to any open window, the more interesting, you just drag the form of small arrows to any objective form, release the mouse after the picture ran on the target form, but the program also need to perfect, and sometimes images will be blocked to live, only to achieve the basic ideas, not too common, it is a learning information when the bar.
- 2022-01-26 04:38:03下载
- 积分:1
-
图像分割,主要实现不同算子的分割,还包括Canny算子实现
图像分割,主要实现不同算子的分割,还包括Canny算子实现-Image segmentation, the main operator realize different partition, but also realize Canny operator
- 2022-02-14 20:52:11下载
- 积分:1
-
小波模极大值实现对图像的边缘检测,可以较为精确的实现对图像的边缘定位与检测...
小波模极大值实现对图像的边缘检测,可以较为精确的实现对图像的边缘定位与检测
- 2022-08-05 18:09:17下载
- 积分:1