-
A Basic Introduction to OpenCV for Image Processing
A Basic Introduction to OpenCV for Image Processing
- 2022-01-26 16:05:53下载
- 积分:1
-
这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。...
这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods.
- 2023-08-27 19:00:03下载
- 积分:1
-
这是一个用于人脸跟踪算法,采用OPENCV实现。可广泛应用视频监控等领域。...
这是一个用于人脸跟踪算法,采用OPENCV实现。可广泛应用视频监控等领域。-This is a face tracking algorithm for use OPENCV achieve. Can be widely applied in areas such as video surveillance.
- 2022-07-03 06:59:26下载
- 积分:1
-
这是我的 图象细化程序,在C++builder 环境下运行
这是我的 图象细化程序,在C++builder 环境下运行-This is my thinning procedure, the C builder operating environment
- 2022-10-04 08:00:04下载
- 积分:1
-
图像频率域滤波程序,课程设计作业,获优秀,完全自主开发,包含搞通滤波、低通滤波、带通滤波以及方向滤波。含GUI...
图像频率域滤波程序,课程设计作业,获优秀,完全自主开发,包含搞通滤波、低通滤波、带通滤波以及方向滤波。含GUI-image frequency domain filtering procedures, curriculum design work, outstanding, fully self-development, including engaging pass filtering, low-pass filtering, band-pass filtering and filtering direction.- GUI
- 2022-11-25 08:00:03下载
- 积分: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
-
javascript to write powerful graphics processing library, very beautiful, a lot...
javascript 写的强大的 图表处理 库,非常漂亮,很多的实例-javascript to write powerful graphics processing library, very beautiful, a lot of examples of
- 2022-03-24 23:42:24下载
- 积分:1
-
绘制一个桌子并对其进行填充
实现消隐效果
可以旋转
绘制一个桌子并对其进行填充
实现消隐效果
可以旋转-drawing a table and filled its shadow effect can be achieved rotation
- 2022-04-29 18:48:40下载
- 积分:1
-
2d图像特效中大名鼎鼎的plasma,应该很熟悉吧,这个是delphi的一个实现...
2d图像特效中大名鼎鼎的plasma,应该很熟悉吧,这个是delphi的一个实现-2d images of the famous magic plasma, should be very familiar with it, this is a realization of delphi
- 2022-08-16 23:34:01下载
- 积分:1
-
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决...
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决-enengy detection
- 2023-04-17 15:20:04下载
- 积分:1