-
This is the Eindhoven University of Technology in the Netherlands under the guid...
这是在荷兰埃因霍温科技大学peater教授指导下做得图形识别寻找,在一堆图形中寻找圆形,多边形等图像,理论较为简单,适合与刚开始接触Mathematic的同志们。-This is the Eindhoven University of Technology in the Netherlands under the guidance of Professor peater done looking for pattern recognition, in a pile of graphics look round, polygon, such as images, a relatively simple theory for the beginning of contact with the Mathematic comrades.
- 2022-03-25 20:03:18下载
- 积分: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
-
实例5 页码:34
稿件名称:VC图像处理--快速傅立叶变换篇
稿件作者:耿迅
程序名称:ImageTest
运行环境:...
实例5 页码:34
稿件名称:VC图像处理--快速傅立叶变换篇
稿件作者:耿迅
程序名称:ImageTest
运行环境:Win+VC6.0
注意事项: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。
-err
- 2023-01-17 12:25:03下载
- 积分:1
-
用photoshop月球表面的详细制作过程
用photoshop月球表面的详细制作过程-The lunar surface using photoshop detailed production process
- 2022-02-27 05:54:09下载
- 积分:1
-
是采用伪随机编码结构光照明主动视觉技术,用编码结构光照明被测场景,实现动态三维场景的重建...
是采用伪随机编码结构光照明主动视觉技术,用编码结构光照明被测场景,实现动态三维场景的重建-Is a pseudo-random coding structure using active vision lighting techniques, using coded structured light illumination measured scene, dynamic three-dimensional scene reconstruction
- 2022-05-20 23:25:05下载
- 积分:1
-
vc实现屏保
vc实现屏保-vc achieve screensavers!
- 2022-12-17 02:25:03下载
- 积分:1
-
经典的图形处理程序,基于模板检测的图像处理源代码。
经典的图形处理程序,基于模板检测的图像处理源代码。-Classic graphics processing procedures, template-based detection of image processing source code.
- 2022-03-14 13:14:36下载
- 积分:1
-
数字图像处理中常用的灰度平衡算法,VC编写,包含完整源代码与实例图片,很实用...
数字图像处理中常用的灰度平衡算法,VC编写,包含完整源代码与实例图片,很实用-Commonly used in digital image processing of gray-balancing algorithm, VC preparation that contains complete source code and examples of pictures, very useful
- 2023-06-14 12:25:03下载
- 积分:1
-
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数....
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数.
- 2022-05-06 02:31:02下载
- 积分:1
-
Environment in matlab7.0 realize the image smoothing process
在matlab7.0环境下实现的图像平滑程序-Environment in matlab7.0 realize the image smoothing process
- 2022-10-16 02:25:03下载
- 积分:1