-
track1.m是二值图像边界跟踪的主程序,boundary_trace.m是二值图像边界跟踪的调用程序,完成图像的边界跟踪。
track2.m是灰度图像边...
track1.m是二值图像边界跟踪的主程序,boundary_trace.m是二值图像边界跟踪的调用程序,完成图像的边界跟踪。
track2.m是灰度图像边界跟踪的主程序,boundary_trace2.m是灰度图像边界跟踪的调用程序。-track1.m is a binary image of the main border track, boundary_trace.m is a binary image border call tracking procedure to track the completion of the border image. track2.m gray image is the border of the main track, boundary_trace2.m is a gray image boundary tracking procedure call.
- 2023-03-14 12:25:03下载
- 积分:1
-
SIFT特征点检测算法是一种有效的图像特征检测法,对旋转、尺度,光照变化都具有一定的鲁棒性。...
SIFT特征点检测算法是一种有效的图像特征检测法,对旋转、尺度,光照变化都具有一定的鲁棒性。-SIFT feature detection algorithm is an effective method of image features, rotate, scale, the light changes robustness。
- 2022-03-30 00:30:15下载
- 积分:1
-
Graphical display special algorithm, the horizontal direction, vertical directio...
图形显示特技算法,水平方向、垂直方向、雨滴效果、百叶窗效果等-Graphical display special algorithm, the horizontal direction, vertical direction, rain effects, shutter effects
- 2022-02-24 22:05:32下载
- 积分:1
-
With c++ Prepared content
用c++编写的基于内容的图像检索源代码。-With c++ Prepared content-based image retrieval source code.
- 2022-06-16 02:00:54下载
- 积分:1
-
opencv_source_code,opencv源码说明,不错的opencv学习文档
opencv_source_code,opencv源码说明,不错的opencv学习文档-opencv_source_code, opencv source code shows that good learning opencv documentation
- 2022-03-20 08:51:47下载
- 积分:1
-
Display images specific procedures that can be used to compile is passed, for th...
显示图像特效的程序,可用编译通过,为书籍光盘自带!-Display images specific procedures that can be used to compile is passed, for the book comes with CD-ROM!
- 2022-12-21 19:00:04下载
- 积分:1
-
粒子滤波器(particle filter)程序,用粒子滤波器跟踪运动物体。...
粒子滤波器(particle filter)程序,用粒子滤波器跟踪运动物体。-Particle filter (particle filter) process, with particle filter to track moving objects.
- 2023-05-19 13:00:03下载
- 积分:1
-
改进后的矩阵用来操作VC中的类,非常好用。
改进后的矩阵用来操作VC中的类,非常好用。-The improved matrix used in the operation of VC-type, very easy to use.
- 2022-01-27 12:18:43下载
- 积分:1
-
基于自适应技术的遗传算法matlab源码,可应用于图像的去噪处理...
基于自适应技术的遗传算法matlab源码,可应用于图像的去噪处理-based on adaptive technology GA Matlab source can be applied to the image denoising
- 2022-07-06 19:43:37下载
- 积分: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