-
RGB images will be converted to grayscale images, the procedure described in det...
将RGB图像转换为灰度图像,详细阐述了程序转换的原理和过程,以及扩展腐蚀的原理和程序
- 2023-02-11 14:55:03下载
- 积分:1
-
sift的c++算法,不是基于opencv的,我自己没有看懂。
sift的c++算法,不是基于opencv的,我自己没有看懂。-sift the c++ algorithm, is not based on the opencv, as I do not understand.
- 2022-03-16 16:17:54下载
- 积分:1
-
including the common image processing operations, including smoothing, sharpenin...
包括了常用的图象处理操作,包括平滑,锐化,边缘提取等等!值得一看!-including the common image processing operations, including smoothing, sharpening, edge extraction and so on! An eye-catcher!
- 2022-03-05 15:10:43下载
- 积分:1
-
This is a picture of BMp format of operation, vc achieve through this process, w...
这是一个关于BMp格式图片的相关操作,vc实现,通过这个程序,可以学到东西哦-This is a picture of BMp format of operation, vc achieve through this process, we can learn things oh
- 2022-01-25 22:47:55下载
- 积分:1
-
这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。...
这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.
- 2022-01-26 01:48:36下载
- 积分: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
-
VC development of the video monitor, and support camera can save images, photos,...
VC开发的视频监视器,支持摄像头,能保存图像,图片,异形窗体.-VC development of the video monitor, and support camera can save images, photos, special-shaped windows.
- 2022-05-31 05:28:50下载
- 积分:1
-
The realization of fast frequency
快跳频的实现方法,实现语句很简单,需要提前实现BIT到SYMBOLS-The realization of fast frequency-hopping method, the realization of statement is very simple, the need to advance the realization of BIT to the SYMBOLS
- 2023-08-25 07:40:04下载
- 积分:1
-
内容
基于内容的图像检索系统的性能评价标准的研究-Content-Based Image Retrieval System Performance Evaluation Standards
- 2023-03-24 20:40:04下载
- 积分:1
-
供摄像机标定用的共面模板角点提取算法,以及摄像机标定算法,...
供摄像机标定用的共面模板角点提取算法,以及摄像机标定算法,-camera calibration for the coplanar Corner template extraction algorithm, and camera calibration algorithm
- 2023-03-23 01:05:03下载
- 积分:1