-
利用苏珊算子,通过检测点的使用MATLAB程序…
本MATLAB 程序 利用SUSAN 算子来检测用点 通过角点来 计算角点处的128维向里 对这些基准图像和实时图像的向量进行匹配 实现图像的配准确 从而得到仿射变换参数-The MATLAB program using SUSAN operator to detect the use of points through the corner points to calculate the angle to where the 128-dimensional images of these benchmarks and real-time images to match the achievement of vector images obtained with an accurate affine transformation parameters
- 2022-07-24 17:31:40下载
- 积分:1
-
该函数用于对检测图像中的直线。要求目标图像为只有0和255两个灰度值的灰度图像。...
该函数用于对检测图像中的直线。要求目标图像为只有0和255两个灰度值的灰度图像。-The function used to detect the image of a straight line. Requirements of the target image for the 0 and 255, only two of the gray image gray value.
- 2022-07-17 00:56:15下载
- 积分:1
-
VC++源代码,难得的图像搜索算法,可以很好的用于基于内容的图像检索中...
VC++源代码,难得的图像搜索算法,可以很好的用于基于内容的图像检索中-VC++ source code, a rare image search algorithm can be very good for Content-Based Image Retrieval
- 2023-01-04 16:15:04下载
- 积分: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
-
一本不错的数字图像处理书(冈萨雷斯中文版)
一本不错的数字图像处理书(冈萨雷斯中文版)-A good digital image processing book (Gonzalez Chinese Version)
- 2022-11-20 01:25:04下载
- 积分:1
-
Jpeg的encoder and decorder with C
Jpeg的encoder and decorder with C-Jpeg of the encoder and decorder with C
- 2022-03-12 08:14:57下载
- 积分:1
-
有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。...
有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。-used opencv to process image
- 2022-06-19 01:59:15下载
- 积分:1
-
自己做的掌纹识别小软件.rar
自己做的掌纹识别小软件.rar?约鹤龅恼莆剖侗鹦∪砑?rar...
自己做的掌纹识别小软件.rar
自己做的掌纹识别小软件.rar?约鹤龅恼莆剖侗鹦∪砑?rar-Their own small to do the palmprint identification software. Rar palmprint identification of their own to do a small software. Rar? About Crane龅autopsy Dong Po annoying parrot ∪ software? Rar
- 2022-06-28 19:40:54下载
- 积分:1
-
一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。...
一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。-An interactive process, the use of Hough transform circle detection. Permit artificial selection radius.
- 2022-03-06 03:42:43下载
- 积分:1
-
Matlab Toolbox 进行摄像机标定,在Matlab中使用的工具箱
Matlab Toolbox 进行摄像机标定,在Matlab中使用的工具箱-Matlab Toolbox for camera calibration, used in the Matlab toolbox
- 2022-04-02 09:21:58下载
- 积分:1