-
计算机视觉一书(马颂德)中的标定程序,使用了书中提供的数据,简单供大家参考...
计算机视觉一书(马颂德)中的标定程序,使用了书中提供的数据,简单供大家参考-First Book of Computer Vision (Ma Songde) in the calibration procedures, the use of book data provided by a simple reference for everyone
- 2022-06-13 16:11:22下载
- 积分:1
-
matlab视频编码压缩工具源代码,具体内容不详
matlab视频编码压缩工具源代码,具体内容不详-matlab video coding compression tools source code, the specific content of an unknown
- 2022-12-29 15:35:04下载
- 积分:1
-
介绍卡尔曼滤波的原理以及基于卡尔曼滤波的简单应用
介绍卡尔曼滤波的原理以及基于卡尔曼滤波的简单应用-Introduced the principle of Kalman filtering and Kalman filtering based on a simple application of
- 2023-03-22 22:25:03下载
- 积分:1
-
算法功能:夜间灰度图像的增强处理
参考论文:《一种用于夜间图像增强的算法》,实现的效果要好于直方图均衡化的效果。...
算法功能:夜间灰度图像的增强处理
参考论文:《一种用于夜间图像增强的算法》,实现的效果要好于直方图均衡化的效果。-Algorithm functions: gray-scale images to enhance night-time deal with the reference paper:
- 2022-07-04 01:03:56下载
- 积分: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
-
负责显示BMP文件的一些源码,主要用于识别纹理类图形的初始化,方便后续识别...
负责显示BMP文件的一些源码,主要用于识别纹理类图形的初始化,方便后续识别-Responsible for BMP files show some source code, the main categories used to identify texture graphics initialization, to facilitate follow-up identification
- 2023-04-06 22:35:03下载
- 积分:1
-
为编写Cellprofiler的新模块,matlab源程序。
用于分颜色显示不同的对象...
为编写Cellprofiler的新模块,matlab源程序。
用于分颜色显示不同的对象-CP for the preparation of new modules, matlab source. Show different colors for the sub-objects
- 2022-01-26 03:40:42下载
- 积分:1
-
< 数字图像处理》作者-姚敏中所有matlab源程序
< 数字图像处理》作者-姚敏中所有matlab源程序
- 2022-01-25 23:55:14下载
- 积分:1
-
ROI_PAC著名的遥感图像处理免费软件。可用于InSAR(干涉合成孔径雷达)图像的处理。,...
ROI_PAC著名的遥感图像处理免费软件。可用于InSAR(干涉合成孔径雷达)图像的处理。, -ROI_PAC well-known remote sensing image processing free software. Can be used for InSAR (interferometric synthetic aperture radar) image processing. ,
- 2023-04-09 22:00:03下载
- 积分:1
-
用于实现相机的自动调焦,里面又自己定义的调焦函数,利用清晰度评价的方法去调焦。用于实际的工程运用。...
用于实现相机的自动调焦,里面又自己定义的调焦函数,利用清晰度评价的方法去调焦。用于实际的工程运用。-Used to implement auto-focus camera, which has its own definition of focusing function, the use of evaluation methods to focusing clarity. Used in actual engineering applications.
- 2022-04-29 16:05:56下载
- 积分:1