-
进行运动图像的建模和运动目标的检测,
进行了算法的测试和优化...
进行运动图像的建模和运动目标的检测,
进行了算法的测试和优化-Modeling for Motion Picture and moving target detection, carried out the testing and optimization algorithm
- 2023-08-17 07:25:02下载
- 积分:1
-
不用MATLAB自带函数求解灰度图像的直方图
不用MATLAB自带函数求解灰度图像的直方图-MATLAB function to solve do not own histogram
- 2022-07-18 16:52:01下载
- 积分: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
-
这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺...
这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺-This code is on the boundary chain code extraction, using MATLAB to prepare, but there are still some lack of
- 2022-04-24 04:00:39下载
- 积分:1
-
图像的快速傅立叶变换,基于VC++开发平台。
图像的快速傅立叶变换,基于VC++开发平台。-images of fast Fourier transform, based VC development platform.
- 2023-09-01 08:55:02下载
- 积分:1
-
对图像进行边缘检测的Visual C++源代码
对图像进行边缘检测的Visual C++源代码-right image edge detection Visual C source code
- 2022-03-18 10:33:56下载
- 积分:1
-
使用图像的互信息进行自动图像配准源代码,这个程序通过归一化后的图像互信息进行图像的自动配准。中间通过旋转等进行图像对齐。...
使用图像的互信息进行自动图像配准源代码,这个程序通过归一化后的图像互信息进行图像的自动配准。中间通过旋转等进行图像对齐。-The use of images for automatic mutual information image registration source code, the procedure adopted by the normalized mutual information image after image of the automatic registration. Through the rotation between image alignment.
- 2022-01-26 06:12:32下载
- 积分:1
-
张兆礼编著现代图像处理技术及Matlab实现
张兆礼编著现代图像处理技术及Matlab实现-ZHANG Zhao-li compilation of modern image processing techniques and Matlab implementation
- 2022-04-25 12:03:19下载
- 积分:1
-
it is based on morphology,imageprocess
it is based on morphology,imageprocess
- 2022-08-05 14:18:07下载
- 积分:1
-
用维纳滤波去除图象噪声,保持图象清晰可见.
用维纳滤波去除图象噪声,保持图象清晰可见.-Wiener filter used to remove image noise, maintaining the image clearly visible.
- 2022-02-24 17:14:52下载
- 积分:1