-
目标跟踪算法
这是一个目标跟踪算法,利用mean shift(均值偏移)方法对若干帧图像上,我们所指定的目标区域进行跟踪,该算法具有很高的跟踪精度。
- 2023-08-31 06:40:02下载
- 积分:1
-
A simple drawing program, active code, which can be painted rectangular, round a...
一个简单的画图程序,有源代码提供,里面能画矩形,圆和多边形,还有可以调节线宽和颜色,是VC++编写的-A simple drawing program, active code, which can be painted rectangular, round and polygonal, as well as can adjust the width and color, is VC++ Prepared
- 2022-12-23 20:40:03下载
- 积分:1
-
registration image.two image register
registration image.two image register
- 2022-01-31 12:27:17下载
- 积分:1
-
空域可视水印算法(matlab实现), 考虑了HVS特性,可见水印嵌入同时考虑了原图像和水印图像视觉特性。...
空域可视水印算法(matlab实现), 考虑了HVS特性,可见水印嵌入同时考虑了原图像和水印图像视觉特性。-airspace visual watermarking algorithm (Matlab achieved), in consideration of HVS features embedded watermark can be seen taking into account the original image and a watermark image visual characteristics.
- 2022-02-06 12:29:56下载
- 积分:1
-
颜色变化作业题示例
颜色变化作业题示例-color change operations and that examples
- 2023-09-07 21:25:03下载
- 积分:1
-
算法代码,分别提取两类不同的特征。
使用时直接将代码拷贝到需要使用的地方即可。
代码片断在Visual C++6.0下可编译。...
算法代码,分别提取两类不同的特征。
使用时直接将代码拷贝到需要使用的地方即可。
代码片断在Visual C++6.0下可编译。-Difference withdraw two kind oves different characteristics. Use time directly will code s copy go need use de place and then be OK. Code s fraction at Visual C++6.0 under can translate and edit
- 2022-02-01 10:07:08下载
- 积分:1
-
该源代码是数字图象处理的形态学,颜色和滤波操作等等。
该源代码是数字图象处理的形态学,颜色和滤波操作等等。-The source code is a digital image processing of morphology, color and filtering operation and so on.
- 2023-04-12 06:55:03下载
- 积分:1
-
这是讷河源的基础上修改显示opengl的一个例子…
这是一个OpenGL显示的例子,在NEHE的源码基础上修改而成,主要实现了球体的切割功能-This is an example of OpenGL display in NEHE modified on the basis of the source from the main implementation of the cutting function of the sphere
- 2022-08-15 05:49:01下载
- 积分:1
-
内存画图DLL,可以快速画出圆,矩形,三角,多边形等常见的图形以及各种曲线...
内存画图DLL,可以快速画出圆,矩形,三角,多边形等常见的图形以及各种曲线-Memory drawing DLL, can quickly draw circle, rectangle, triangle, polygon, such as graphics and a variety of common curve
- 2022-02-03 05:32:27下载
- 积分:1
-
导出三维卷生成
应用背景此代码创建一系列的三维体积的球体,立方体,圆柱体,圆锥体,球体的平行六面体,和沙漏。除了描述每个卷的基本方程,进行三维可视化的卷,并保存所有的二维数据量的每一个切片在一个文本文件。所以你可以导出其他任何平台。关键技术一个被我们的MATLAB更难的话题课程是利用数组运算符来实现矩阵的功能一个变量。虽然这是MATLAB的强大功能,这个概念很难理解,因为它不存在于其他编程语言。- 3的功能将显示一个三维一组数据点的绘制。- meshgrid(xgv,ygv,zgv)产生三维坐标系。输出坐标arraysx,Y,网格的vectorsxgv andzcontain副本,ygv,andzgvrespectively。输出阵列的大小由网格向量的长度确定。网格vectorsxgv,ygv,andzgvof lengthm,N,andprespectively,X,Y,andzwill havenrows,mcolumns,andppages。
- 2022-03-29 19:48:28下载
- 积分:1