-
计算机图形学画四分之一个椭圆,若要画椭圆,只需加一个对称程序即可...
计算机图形学画四分之一个椭圆,若要画椭圆,只需加一个对称程序即可
- 2023-08-16 05:50:04下载
- 积分:1
-
图像的形态学膨胀
morphological dilation of an image
- 2022-05-31 22:54:08下载
- 积分:1
-
基于matlab的Movie编辑器,可修改编辑movie,支持avi,mpg,jpg等多种格式存取。...
基于matlab的Movie编辑器,可修改编辑movie,支持avi,mpg,jpg等多种格式存取。
- 2022-03-12 03:03:36下载
- 积分:1
-
用VC++写的一个超分辨率的程序的源代码。
用VC++写的一个超分辨率的程序的源代码。-VC write a super-resolution procedures for the source code.
- 2023-02-28 00:25:03下载
- 积分:1
-
The source is to detect motion objects with building models in backround of the
The source is to detect motion objects with building models in backround of the image,very useful in image processing.
- 2022-02-13 17:39:03下载
- 积分:1
-
首先通过多分辨率分解法提取高频边缘,然后分别对每层的高频边缘进行非线性插值得到新的高频边缘,接着对高频边缘进行高通滤波得到等强后的高频边缘,最后对增强后的高频边...
首先通过多分辨率分解法提取高频边缘,然后分别对每层的高频边缘进行非线性插值得到新的高频边缘,接着对高频边缘进行高通滤波得到等强后的高频边缘,最后对增强后的高频边缘进行修正。再在对增强的图像进行对比度拉伸,从而达到增强的目的!-First of all, through the extraction of multi-resolution decomposition of high-frequency edge, and then were on the edge of each high-frequency non-linear interpolation to be the new high-frequency edge, and then the edge of the high-frequency high-pass filter to be strong, such as after the high-frequency edge, and finally on the brink of enhanced high-frequency be amended. Again in contrast enhanced image stretching, so as to achieve the purpose of enhancing!
- 2022-04-17 10:14:05下载
- 积分:1
-
Visual C++数字图像识别技术典型案例
Visual C++数字图像识别技术典型案例-Visual C++ Digital image recognition technology typical cases
- 2023-03-27 08:50:03下载
- 积分:1
-
给出几种形态学梯度算法,包括但尺度梯度,多尺度梯度,多结构元素梯度等
给出几种形态学梯度算法,包括但尺度梯度,多尺度梯度,多结构元素梯度等-Several morphological gradient algorithm is given, including, but gradient-scale, multi-scale gradient, multi-structural elements, such as gradient
- 2022-02-26 10:55:44下载
- 积分: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
-
粒子滤波(PF)跟踪算法跟踪目标的ini…
粒子滤波(ParticleFilter)跟踪算法,可以跟踪主动镜头下的目标,效果非常好!-Particle filter (ParticleFilter) tracking algorithm to track the goal of the initiative under the lens, very good results!
- 2022-02-16 09:29:24下载
- 积分:1