-
用matlab实现的有一个数字水印程序,它也是基于dct算法的数字水印程序,对一副图像进行dct变换然后嵌入水印...
用matlab实现的有一个数字水印程序,它也是基于dct算法的数字水印程序,对一副图像进行dct变换然后嵌入水印-using Matlab is a realization of the digital watermarking procedure, which is based on the A1501 digital watermarking algorithm procedures, a pair of images Extra Transform then embedded watermark
- 2022-08-18 22:37:55下载
- 积分:1
-
VB的自动立体停车库动作仿真软件,主要工能是直观的显示立体停车库或者立体原料库内的电动小车的运动方式。...
VB的自动立体停车库动作仿真软件,主要工能是直观的显示立体停车库或者立体原料库内的电动小车的运动方式。-VB automatically stereo garage movement simulation software. main work will be shown in three-dimensional visual garage or three-dimensional materials database electric trolley campaign mode.
- 2022-03-20 15:33:21下载
- 积分:1
-
这是浮动的时域算法程序,可以画出四个S ..
这是关于浮动水平线算法的程序,可以绘制四种曲面,并设有方向调整和步进调整功能-This is the floating horizon algorithm on the procedure, you can draw the four surfaces, and to adjust and step with the direction of adjustment function
- 2022-05-31 10:06:28下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
A good target detection procedures, the use of OpenCV and VC++ Programming, is c...
目标检测的好程序,利用OpenCV和VC++编程,是目前比较流行的方法,效果很好的源码!-A good target detection procedures, the use of OpenCV and VC++ Programming, is currently the more popular methods, the effect of a very good source!
- 2022-04-13 01:44:02下载
- 积分:1
-
windows图形编程源码,含有几十个图形编程的程序例子
windows图形编程源码,含有几十个图形编程的程序例子
- 2023-03-08 22:15:03下载
- 积分:1
-
一个用C编写的计算器,是我课程设计的作业。
一个用C编写的计算器,是我课程设计的作业。-a prepared calculators, yes I course design work.
- 2023-07-04 19:40:02下载
- 积分:1
-
cohen
cohen-sutherland线裁减算法实现-cohen-sutherland line reduction algorithm
- 2023-06-26 21:45:04下载
- 积分:1
-
Delphi中使用DirectDraw技术进行图形处理。
Delphi中使用DirectDraw技术进行图形处理.-Delphi DirectDraw technology for the use of graphics.
- 2022-01-30 18:17:12下载
- 积分:1
-
散焦模糊去除
对于一副散焦的文字照片,选择合适的方法将其去模糊(1) 对模糊图G进行LAPLACE滤波,得到X(2) 对X自相关,得到O(3) 对O搜索对应最小值的圆环为了削弱振铃效应,使用了edgetaper函数以模糊图像边缘。
- 2023-05-04 01:40:04下载
- 积分:1