-
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高...
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高-its own development, filled polygon scan line algorithm, using rubber-band model to determine polygon outline, debugger, this code efficiency
- 2022-03-22 00:23:45下载
- 积分:1
-
this document is on the application of wavelet image of the knowledge, a lot of...
本文件是关于小波在图象应用知识方面的,有很多比较有价值-this document is on the application of wavelet image of the knowledge, a lot of valuable
- 2022-01-23 10:55:00下载
- 积分:1
-
opencv的录像程序
基于opencv2.4.4开源库,利用vs2010编写的一个opencv的测试样例,用于实现通过摄像头实时录像的功能,通过修改代码可以实现帧率的修改
- 2023-04-05 15:05:06下载
- 积分:1
-
snow fall animation.......
snow fall animation-snow fall animation.......
- 2022-03-26 04:54:28下载
- 积分:1
-
该程序能够实现图像的合成技术,把两个图像何在一起‘ 改程序用vb语言来实现,整体效果不错!...
该程序能够实现图像的合成技术,把两个图像何在一起‘ 改程序用vb语言来实现,整体效果不错!-the program can achieve image synthesis technology, the two images together what "vb changed procedures used to achieve language, the overall effect was excellent!
- 2022-03-22 00:32:56下载
- 积分:1
-
数字图像处理
武汉大学遥感信息工程学院实习程序,包括多种锐化平滑边缘检测算法,仅供学习参考
- 2022-10-05 17:55:10下载
- 积分:1
-
ARX编程及应用,用于CAD二次开发非常好的教材.
ARX编程及应用,用于CAD二次开发非常好的教材.-ARX programming and applications for the CAD secondary development of very good teaching.
- 2023-03-07 18:45:03下载
- 积分:1
-
AABB碰撞检测
利用AABB算法对两个物体进行碰撞检测,物体采用三角面片表示,算法输入两个物体碰撞的三角面片对及碰撞检测时间等信息。AABB algorithm is used to analyse the two objects, collision detection, object
using triangles, said algorithm triangles in the input of the collision of two
objects and collision detection time and other information.
- 2022-01-31 05:35:18下载
- 积分:1
-
轮廓检测 2
此代码介绍的是轮廓检测,轮廓检测的原理通俗的说就是掏空内部点,比如原图中有3*3的矩形点。那么就可以将中间的那一点去掉。在OpenCV中使用轮廓检测是非常方便。直接使cvFindContours 函数就能完成对图像轮廓的检测。
- 2022-08-06 14:48:17下载
- 积分:1
-
利用codebook算法进行运动目标检测
本代码基于论文Real-time foreground–background segmentationusing codebook model中的codebook算法,在C++平台上实现,利用了opencv 2.3.1版本,实现了对于运动目标的检测。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。CodeBook算法为当前图像的每一个像素建立一个CodeBook(CB
- 2022-06-18 11:39:00下载
- 积分:1