-
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。...
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。-It is about digital image processing of several papers related to Matlab and Labview, students study the image for reference.
- 2023-01-24 16:05:04下载
- 积分:1
-
这是一个开发环境下的“数字图像处理,与Q”。
这是一份VC开发环境下的“数字图像处理”一书的配套源代码。对搞VC数字图像处理的朋友应该很有帮助。-VC This is a development environment under the "Digital Image Processing," a book supporting source code. To engage in digital image processing VC friends should be helpful.
- 2022-03-14 16:29:12下载
- 积分:1
-
给定2个点坐标,计算其连线与水平方向的夹角,夹角范围[0,2*pi]...
给定2个点坐标,计算其连线与水平方向的夹角,夹角范围[0,2*pi]-failed to translate
- 2022-07-19 11:57:31下载
- 积分:1
-
这是一个VC和matlab混合编程在图像处理中的应用的例子,主要是两种编程语言的互相调用...
这是一个VC和matlab混合编程在图像处理中的应用的例子,主要是两种编程语言的互相调用- This is VC and the matlab mix programming in the picture
processing application example, mainly is two kind of programming
languages mutually transfers
- 2022-02-09 20:12:00下载
- 积分:1
-
模板匹配程序,是图像分析、识别与理解的后期部分,有较详细的注释...
模板匹配程序,是图像分析、识别与理解的后期部分,有较详细的注释-Template matching procedure is image analysis, identification and understanding of the latter part of the Notes have more detailed
- 2023-03-07 21:40:04下载
- 积分: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
-
Pictures from the BMP format is converted to JPG format
将图片从BMP格式转换为JPG格式-Pictures from the BMP format is converted to JPG format
- 2022-02-02 17:36:42下载
- 积分:1
-
用matlab编写的盲卷积滤波复原技术,调用deconvblind函数。具有很好的效果...
用matlab编写的盲卷积滤波复原技术,调用deconvblind函数。具有很好的效果-Prepared using matlab convolution filtering blind rehabilitation technology, Calling deconvblind function. With good results
- 2022-01-26 01:48:39下载
- 积分:1
-
一个生成缩略图的类,按照说明操作即可。
这是真的
一个生成缩略图的类,按照说明操作即可。
这是真的-A thumbnail is generated class, in accordance with instructions. This is true
- 2022-03-12 05:42:09下载
- 积分:1
-
三维立体图像方面,用Visual Basic实现图像处理的源程序
三维立体图像方面,用Visual Basic实现图像处理的源程序-Three-dimensional images, using Visual Basic realize image processing source code
- 2022-04-19 23:43:50下载
- 积分:1