-
Visual C++数字图像识别技术典型案例
Visual C++数字图像识别技术典型案例-Visual C++ Digital image recognition technology typical cases
- 2023-03-27 08:50:03下载
- 积分:1
-
图像合成,可以将多张图片合成成一张图片的图片
图像合成,可以将多张图片合成成一张图片的图片-Image synthesis, multiple images can be synthesized into one picture
- 2022-05-09 11:07:41下载
- 积分:1
-
抓图精灵,可以自由编辑图像,时实抓图等功能,附源码!
抓图精灵,可以自由编辑图像,时实抓图等功能,附源码!-Grab the wizard, be free to edit images, drawings and other functions when it is attached to source!
- 2022-09-06 15:50:03下载
- 积分:1
-
用于图像分割的matlab程序工具包!!里边有很多种方法
用于图像分割的matlab程序工具包!!里边有很多种方法-Matlab program for image segmentation tool kit! ! There are many ways inside。。
- 2022-08-03 05:35:06下载
- 积分: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
-
文件为读取图像的代码.给初学的人一个参考
文件为读取图像的代码.给初学的人一个参考-document images to read the code. To the beginner"s reference to a person
- 2022-03-21 20:54:49下载
- 积分:1
-
UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。...
UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
- 2022-01-30 15:53:06下载
- 积分:1
-
This program is my entry for video processing procedures, including video detect...
此程序是我进行视频处理时入门的程序,包含视频检测和轮廓跟踪,希望对大家有用-This program is my entry for video processing procedures, including video detection and contour tracing, hope for all of us
- 2022-03-18 00:15:13下载
- 积分:1
-
采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是滤波...
采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是滤波-for image processing, have been tested, the very practical, is the main source filtering
- 2023-01-07 02:45:04下载
- 积分:1
-
Very new collection of essays, for image processing started his classmates could...
非常新的论文集,对于初涉图像处理的同学们很有借鉴的价值!-Very new collection of essays, for image processing started his classmates could learn the value of!
- 2023-08-30 13:15:07下载
- 积分:1