-
最新png 图片格式编/解码源代码,供高手研究
最新png 图片格式编/解码源代码,供高手研究-Png picture format of the latest encoder/decoder source code for the master study
- 2022-02-16 09:56:01下载
- 积分:1
-
艾海舟的《数字图像处理》的配套程序,不可多得啊
艾海舟的《数字图像处理》的配套程序,不可多得啊-Ai Haizhou
- 2022-02-26 05:49:09下载
- 积分:1
-
The main achievement of image enhancement features, including image smoothing, m...
主要实现图像增强功能,包括图像平滑,中值滤波,图像锐化等-The main achievement of image enhancement features, including image smoothing, median filtering, image sharpening, etc.
- 2023-05-27 22:45:03下载
- 积分:1
-
Digital image processing in the concentration of the basic transform VC code, in...
数字图象处理中的集中基本变换VC代码,其中包括正交变换,FFT,DCT-Digital image processing in the concentration of the basic transform VC code, including the orthogonal transform, FFT, DCT
- 2022-01-26 02:55:17下载
- 积分:1
-
图像的高斯变换
Gaussian transform for image
- 2022-06-14 17:50:07下载
- 积分: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
-
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写...
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写
涉及VC知识主要有:
1>消息添加
2>文件读写
3>串行化
实验环境:
Win+VC6.0
实验图片在Imagetest子目录下Data文件夹中.-1
- 2022-04-08 06:05:08下载
- 积分:1
-
基于自适应技术的遗传算法matlab源码,可应用于图像的去噪处理...
基于自适应技术的遗传算法matlab源码,可应用于图像的去噪处理-based on adaptive technology GA Matlab source can be applied to the image denoising
- 2022-07-06 19:43:37下载
- 积分:1
-
一个基于DCT变换的信息隐藏程序,能把文本信息隐藏到经过DCT变换的图像载体的频域中去。程序重点在于对图像的DCT变换...
一个基于DCT变换的信息隐藏程序,能把文本信息隐藏到经过DCT变换的图像载体的频域中去。程序重点在于对图像的DCT变换-DCT-based Information Hiding Transform procedures, able to hide text message into image after DCT transform domain to the frequency vector. Procedures focus on the DCT transform of image
- 2022-03-21 10:13:59下载
- 积分:1
-
图像处理,学习matlab的源代码,转自国外
图像处理,学习matlab的源代码,转自国外-image processing, study the source code of Matlab, decanted from abroad
- 2022-07-27 18:34:46下载
- 积分:1