-
《MATLAB7.x图像处理》随书光盘,该书人民邮电出版社2006年出版....
《MATLAB7.x图像处理》随书光盘,该书人民邮电出版社2006年出版.-The iso file of which published by Posts &Telecom press in 2006.
- 2022-02-04 05:54:41下载
- 积分: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
-
几种不同的数据预处理方法和数据读取数据的方式
几种不同的数据预处理方法和数据读取数据的方式-Several different data preprocessing methods and data to read data
- 2022-01-30 21:30:30下载
- 积分:1
-
时间的峰值拟合程序
A peak fitting program for time-series signals-A peak fitting program for time-series sig nals
- 2022-04-06 10:32:56下载
- 积分:1
-
用来重新安排点从1 D的二维码
used to rearrange the code of point from 1 D to 2Dimension
- 2022-03-16 20:23:45下载
- 积分:1
-
一个能够自动检测图象中是否存在平行线,并在图象中标示此平行线的VC源代码。...
一个能够自动检测图象中是否存在平行线,并在图象中标示此平行线的VC源代码。-an image can automatically detect whether the existence of parallel lines, and the image of this parallel line marking the VC source.
- 2022-02-26 18:02:02下载
- 积分:1
-
这个压缩包里只要给出了边缘保持系数和等效视数的计算方法...
这个压缩包里只要给出了边缘保持系数和等效视数的计算方法-This compression is given as long as the edge of the bag to maintain the equivalent depending on the number of coefficients and the calculation of
- 2022-01-24 08:46:16下载
- 积分:1
-
完整的matlab6.5图形图像处理源程序,希望对大家有用
完整的matlab6.5图形图像处理源程序,希望对大家有用-Complete matlab6.5 graphics image processing source code, in the hope that useful to everybody
- 2022-03-02 12:04:23下载
- 积分:1
-
地图的LOD技术,可以使你的程序的图像在尽可能好下尽可能快
地图的LOD技术,可以使你的程序的图像在尽可能好下尽可能快-map LOD technology, allows you to process images in the best possible as quickly as possible under
- 2022-01-26 05:10:46下载
- 积分:1
-
for image processing, have been tested, the very practical, The main source of d...
采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是离散傅立叶分析-for image processing, have been tested, the very practical, The main source of discrete Fourier analysis
- 2022-03-20 02:32:35下载
- 积分:1