-
关于图像腐蚀、图像膨胀、开运算和闭运算、以及数学形态学的其他运算...
关于图像腐蚀、图像膨胀、开运算和闭运算、以及数学形态学的其他运算-corrosion on the image, image expansion, opening and closing operations computation, mathematical morphology and the other Operational
- 2022-08-09 06:56:39下载
- 积分:1
-
空域数字图像线性滤波器和频域非递归滤波器(包括:频域变换法、频域抽样法和窗函数法)的Matlab实现。...
空域数字图像线性滤波器和频域非递归滤波器(包括:频域变换法、频域抽样法和窗函数法)的Matlab实现。-Airspace linear digital image filters and frequency-domain non-recursive filter (including: frequency-domain transformation method, frequency-domain sampling method and window function method) of the Matlab implementation.
- 2022-03-10 13:21:35下载
- 积分:1
-
图像变换的源代码,可直接编译执行,包括放大、缩小、平移等功能...
图像变换的源代码,可直接编译执行,包括放大、缩小、平移等功能-Image Transform source code, the compiler can be directly implemented, including magnified, reduced, translation and other functions
- 2022-10-04 16:10:03下载
- 积分:1
-
本程序是基于边缘的图像配准
伸用图像的边缘进行图像配准 先检测图像的边缘 选取图像中 最长的边缘 检测边缘上的角点信息 利用角点处的曲率 生成向量
自...
本程序是基于边缘的图像配准
伸用图像的边缘进行图像配准 先检测图像的边缘 选取图像中 最长的边缘 检测边缘上的角点信息 利用角点处的曲率 生成向量
自量匹配 进行图像配准
- 2022-02-06 22:41:18下载
- 积分:1
-
visual c preparation, image PCA integration, application
visual c++编写,图像主分量融合,应用加权图像融合算法-visual c preparation, image PCA integration, application-weighted image fusion algorithm
- 2022-12-07 16:55:02下载
- 积分:1
-
粒子滤波的程序,condensation
粒子滤波的程序,condensation-Particle filter procedure, condensation
- 2022-02-14 17:19:07下载
- 积分:1
-
ENVI中HDF5科学数据支持补丁,更新为一个SAV文件 ,放在安装目录的save_add文件 夹下,启动ENVI即可使用。...
ENVI中HDF5科学数据支持补丁,更新为一个SAV文件 ,放在安装目录的save_add文件 夹下,启动ENVI即可使用。-HDF5 scientific data in support of ENVI patches, updates to a SAV file on the installation directory save_add folder, start ENVI can be used.
- 2023-05-23 08:05:04下载
- 积分:1
-
A two
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波-A two-dimensional median filter function medfilt2 by the salt and pepper noise to the image filtering
- 2022-07-20 07:40:00下载
- 积分:1
-
一种给定的人脸图像自动人脸检测程序
有关人脸检测的程序,对于给定的图像进行自动人脸检测,挺好用的。-The face detection procedure for a given facial image auto-detection, quite good use.
- 2022-12-05 23:05:03下载
- 积分: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