-
用VC++写的帧动画程序,希望对大家有所帮助
用VC++写的帧动画程序,希望对大家有所帮助-VC++ to write using the frame animation program, I hope all of you to help ... ...
- 2022-03-02 21:53:04下载
- 积分:1
-
for Computing logarithmic polar transformation of image
用于实现对数极坐标变换的程序,在图像处理中对于旋转、缩放的图像如果需要得到其参数的话,需先进行对数极坐标变换,然后进行相位相关法计算。-for Computing logarithmic polar transformation of image
- 2022-03-03 04:45:12下载
- 积分:1
-
用matlab自己编的同态滤波器,附有实验图片
用matlab自己编的同态滤波器,附有实验图片-developed using Matlab with the state filter, with experimental Photo
- 2022-07-27 00:06:28下载
- 积分:1
-
opencv基础配套光盘代码,与大家分享
opencv基础配套光盘代码,与大家分享-opencv supporting CD-ROM based on code sharing with U.S.
- 2022-11-19 02:20:02下载
- 积分:1
-
基于两次分数阶傅里叶变换的数字水印算法,一种高保密性的算法...
基于两次分数阶傅里叶变换的数字水印算法,一种高保密性的算法-Based on the two fractional Fourier transform of the digital watermarking algorithm, a high-confidentiality algorithm
- 2022-04-30 15:48:42下载
- 积分:1
-
ISAR point
ISAR点目标仿真程序,采用的是步进频信号,信号产生,包络对齐,相位校正-ISAR point-target simulation program, using step-frequency signal, signal generator, envelope alignment, phase correction
- 2022-02-03 23:46:12下载
- 积分:1
-
Canny算子的图像边界提取,应用于256色的图像,提取边界…
对图像进行canny边界提取,适用于256色图像,提取边界速度快,直接解压,导入vc++6 就可以运行。-Canny image boundary extraction, applied to 256 color images, extract the border fast, direct decompression, import vc++ 6 can run on.
- 2022-11-13 09:35:03下载
- 积分:1
-
基于离散2维小波变换的彩色图像水印程序。输入原图和logo,可直接得到水印图像。
基于离散2维小波变换的彩色图像水印程序。输入原图和logo,可直接得到水印图像。-Based on discrete wavelet transform 2-D color image watermarking program. Input original image and logo, watermarked image can be obtained directly.
- 2022-02-20 09:53:37下载
- 积分:1
-
in memory bitmap symmetric Bitmap (mirrored) (8KB). This procedure is a foreigne...
在内存中位图的对称位图(镜像)(8KB)。此程序是老外写的经典程序,可以拜读一下。-in memory bitmap symmetric Bitmap (mirrored) (8KB). This procedure is a foreigner to write the classic procedure could read about.
- 2023-06-14 09:25:03下载
- 积分:1
-
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”...
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE)
return Attach(hBitmap)
}-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
- 2023-04-01 09:15:03下载
- 积分:1