-
关于最大流问题,与最大匹配的讲解。内容比较浅显易懂。
关于最大流问题,与最大匹配的讲解。内容比较浅显易懂。-On the maximum flow problem, with the largest matching explained. The study were easy to understand.
- 2022-07-15 14:52:21下载
- 积分:1
-
hough变换中,要找到相关像素,才能组合成完整的直线
hough变换中,要找到相关像素,才能组合成完整的直线-hough transform to find the relevant pixels in order to complete a straight line into
- 2022-05-04 23:54:33下载
- 积分:1
-
有很多基本的算法,包括边缘抽取,滤波,跟踪,检测,形态学处理等基本的算法...
有很多基本的算法,包括边缘抽取,滤波,跟踪,检测,形态学处理等基本的算法-There are many basic algorithms, including edge extraction, filtering, tracking, detection, treatment and other basic morphological algorithms
- 2022-12-22 05:35:03下载
- 积分:1
-
数字图像处理编程源代码,对做数字图像处理的会有帮助。
数字图像处理编程源代码,对做数字图像处理的会有帮助。-Making draw program about in Visual C++.
- 2022-01-26 04:29:24下载
- 积分: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
-
一些快速纹理映射的例子
一些快速纹理映射的例子- Some fast texture mappings examples
- 2022-11-25 16:30:03下载
- 积分:1
-
本目录存放的是第2章文档的程序源代码,子目录说明:
wvltlib 中存放的一些基本的小波基定义和相关库函数;
wvltwrefine 中存放的是小波基...
本目录存放的是第2章文档的程序源代码,子目录说明:
wvltlib 中存放的一些基本的小波基定义和相关库函数;
wvltwrefine 中存放的是小波基细化的程序代码;
wvltwxfrm 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : wvlt lib stored in the basic definition of small Porgy and related library functions; wvlt wrefine stored in the small Porgy sophisticated code; wvlt wxfrm is stored in the wavelet transform one-dimensional mathematical achievement
- 2022-07-17 00:34:54下载
- 积分:1
-
An article on the particle filter in target tracking applications.
一篇文章,是关于粒子滤波在目标跟踪中的应用。-An article on the particle filter in target tracking applications.
- 2023-08-15 17:55:03下载
- 积分:1
-
中值滤波,对图像在Visual C++下处理,对于刚入门学习VC处理图像来说是一个很好的学习工具...
中值滤波,对图像在Visual C++下处理,对于刚入门学习VC处理图像来说是一个很好的学习工具-Median filtering, the images dealt with under the Visual C++ for beginners learning VC image processing is a good learning tool
- 2022-03-07 07:59:56下载
- 积分:1
-
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号...
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号-Mixed-signal separation using ICA method ―H_J method, the input signal for the super-Gaussian signals, such as acoustic signals
- 2022-03-23 04:19:49下载
- 积分:1