-
实现一种局部二值化功能,并能进行参数修改。
实现一种局部二值化功能,并能进行参数修改。-To achieve a partial binary function, and parameters can be modified.
- 2022-02-02 07:04:18下载
- 积分:1
-
Artificial Immune Systems tutorial presentation,人工免疫算法,需要的通知可以学习...
Artificial Immune Systems tutorial presentation,人工免疫算法,需要的通知可以学习-Artificial Immune Systems tutorial prese ntation, artificial immune algorithm, the notice can learn
- 2022-01-25 20:55:35下载
- 积分:1
-
一本不错的数字图像处理书(冈萨雷斯中文版)
一本不错的数字图像处理书(冈萨雷斯中文版)-A good digital image processing book (Gonzalez Chinese Version)
- 2022-11-20 01:25:04下载
- 积分:1
-
图像卡的PCB图,想做图像卡的可以看看,绝对好!!用PADS2005打开...
图像卡的PCB图,想做图像卡的可以看看,绝对好!!用PADS2005打开-image of the PCB card plans, do images can look at the card, absolutely! ! Opened with PADS2005
- 2022-05-16 00:40:55下载
- 积分:1
-
YUV422转换为YUV420
YUV422 convert to YUV420
- 2022-02-03 00:44:46下载
- 积分:1
-
多边形游戏
多边形游戏-polygon game
- 2022-06-27 10:26:44下载
- 积分:1
-
image noise reduction. Rar
图象降噪.rar-image noise reduction. Rar
- 2022-03-19 19:02:58下载
- 积分:1
-
在H.264标准中,要求视频图像处理中环路滤波的C程序
在H.264标准中,要求视频图像处理中环路滤波的C程序-the H.264 standard, called Video Image Processing loop filter C Program
- 2022-05-15 13:32:06下载
- 积分:1
-
实现边缘检测,包括Gradient算子 Robert算子等算子
实现边缘检测,包括Gradient算子 Robert算子等算子-Edge detection implementation, including the Gradient Operator operator, such as Robert operator
- 2022-06-21 23:40:50下载
- 积分: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