-
背景差分法和时间的运动目标检测
运动目标检测中背景差分法和时间差分法的实现结构包括平台。
- 2023-04-08 08:20:03下载
- 积分:1
-
以VC2005为工具些的人脸动画的程序代码,对于人脸的变形有很好的参考价值。...
以VC2005为工具些的人脸动画的程序代码,对于人脸的变形有很好的参考价值。-VC2005 as a tool to some of the facial animation of the program code, for Facial deformation has a very good reference value.
- 2022-01-25 22:59:38下载
- 积分:1
-
Based on the outline of the shape feature extraction 1) the program in VC 6.0...
基于轮廓的形状特征提取
1)该程序在VC++6.0下编译通过;
2)测试图片说明:(图像路径名请在main函数中fp=fopen("1.bmp","rb")中设定)
64×64 24bit BMP:
图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别;
120×120 24bit BMP:
图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别;
3)结果说明:
MCS.dat保存了Mountain Climbing Sequence。
-Based on the outline of the shape feature extraction 1) the program in VC 6.0 under the compiler through 2) Test Photo Caption: (image path name in the main function fp = fopen (1.bmp, rb) set) 64 × 64 24bit BMP: image 1,2 to verify rotating image recognition image 1,3 to verify translational image recognition image 1,4 to verify scaling image recognition 120 × 120 24bit BMP: images used to verify translational 5,6 image recognition images 7,8 rotate images used to verify identification 3) The results indicate that: MCS.dat preserved Mountain Climbing Sequence.
- 2022-03-19 13:22:10下载
- 积分:1
-
包括画直线、反走样直线、画圆、
画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等...
包括画直线、反走样直线、画圆、
画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture, etc.
- 2022-03-13 16:27:33下载
- 积分:1
-
数字信号处理应用matlab,包含了相关的多个内容,较为经典
数字信号处理应用matlab,包含了相关的多个内容,较为经典-Application of digital signal processing matlab, contains a number of related content, the more classic
- 2022-02-12 23:58:21下载
- 积分: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
-
一款很好用的矢量字库处理工具,基于C语言编程(freetype 2)
一款很好用的矢量字库处理工具,基于C语言编程(freetype 2)-a tool used to deal with words.
- 2022-02-20 00:13:33下载
- 积分:1
-
DSP实验使用,z域和s域的映射,主要在通信方面的应用
DSP实验使用,z域和s域的映射,主要在通信方面的应用-z domain and the s domain mapping, mainly in communications applications
- 2023-07-08 20:15:03下载
- 积分:1
-
这是雷达成像中的一个简单的成像算法
这是雷达成像中的一个简单的成像算法-RD算法,这个算法能很好的成像,而且成像质量也不错-This is the radar imaging of a simple algorithm-RD imaging algorithm, this algorithm can be very good imaging, and image quality is also good
- 2022-07-23 02:18:14下载
- 积分:1
-
利用matlab做的一个图像处理gui源代码,希望对大家有用。
利用matlab做的一个图像处理gui源代码,希望对大家有用。-Using matlab to do a gui image processing source code, in the hope that useful to everyone.
- 2022-03-23 01:21:35下载
- 积分:1