-
纹理检测是图像处理中的一个重要方面。
Texture detection is one of important aspects in Image processing.
-Texture detection is one of important aspe Image processing in cts.
- 2022-06-14 22:56:01下载
- 积分:1
-
用VC++写的帧动画程序,希望对大家有所帮助
用VC++写的帧动画程序,希望对大家有所帮助-VC++ to write using the frame animation program, I hope all of you to help ... ...
- 2022-03-02 21:53: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
-
Provide a complete vc++ Environment opencv source code has very good results can...
提供完整的vc++环境下的opencv 源代码 效果非常好 可以找一辆自行车试试 呵呵 其中阈值可调-Provide a complete vc++ Environment opencv source code has very good results can try to find a bicycle which呵呵threshold adjustable
- 2023-08-21 09:05:03下载
- 积分:1
-
含噪数字图像基于小波变换的去噪及效果评价
含噪数字图像基于小波变换的去噪及效果评价-Noisy digital image denoising based on wavelet transform and Evaluation of
- 2022-05-22 22:20:39下载
- 积分:1
-
包含图像处理的常用算法及其编程,标准C/C++语法
包含图像处理的常用算法及其编程,标准C/C++语法-contains commonly used image processing algorithms and programming, the standard C/C++ syntax
- 2022-02-25 20:08:26下载
- 积分:1
-
转动、碰撞的三维地球
转动、碰撞的三维地球- Rotation, collision three dimensional Earth
- 2022-01-31 11:47:21下载
- 积分:1
-
冈萨雷斯数字图像处理matlab版一书配套代码
冈萨雷斯数字图像处理matlab版一书配套代码
- 2022-02-07 15:38:28下载
- 积分:1
-
AppWizard has created this bmptest application for you. This application
not o...
AppWizard has created this bmptest application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your bmptest application.-AppWizard has created this bmptest applic ation for you. This application not only demons trates the basics of using the Microsoft Founda tion classes but is also a starting point for wri ting your application. This file contains a sum mary of what you will find in each of the files tha t make up your bmptest application.
- 2022-02-14 01:01:13下载
- 积分:1
-
非常好的 标定exe程序(特别对于初学者并可亲自做实验感受) 功能:1可以进行内外参数标定.2并有棋盘式图片可以打印,对于初学者可方便做实验.3内有拍好的相片可...
非常好的 标定exe程序(特别对于初学者并可亲自做实验感受) 功能:1可以进行内外参数标定.2并有棋盘式图片可以打印,对于初学者可方便做实验.3内有拍好的相片可直接使用.4还有readme说明,不过本程序操作十分简单.
希望能对您的学习有所帮助!
- 2022-01-25 14:34:04下载
- 积分:1