-
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
-
: As many of the traditional de
:由于许多传统的去噪方法在强背景噪声情况下提取声音信号的能力变弱甚至失效, 提出
应用独立成分分析( I C A) 方法对声音信号进行特征提取, 并证明了这种 I C A 变换能增强语音和音
乐信号的超高斯性. 在此基础上, 应用 I C A基函数作为滤波器, 通过阈值化的去噪方法对含有强高
斯背景噪声的声音信号进行去噪仿真实验. 结果表明, 本方法明显优于传统的均值滤波和小波去噪
方法, 为强背景噪声下弱信号的检测提供 了新的途径.-: As many of the traditional de-noising method in case of strong background noise, the ability to extract the voice signal even weaker failure, the application of independent component analysis (ICA) method of voice signal feature extraction, and prove that this transformation can be enhanced voice ICA and music of super-Gaussian signals. On this basis, the application of ICA basis function as a filter, through the threshold of the denoising method of Gaussian background noise contains strong voice signal denoising simulation. The results show that this method is obviously superior to the traditional mean filtering and wavelet denoising methods for the strong background noise under the weak signal detection provides a new way.
- 2022-02-15 19:19:12下载
- 积分:1
-
Otsu method based on adaptive threshold for image segmentation research papers b...
基于Otsu法自适应阈值的图像分割研究 论文 大律法-Otsu method based on adaptive threshold for image segmentation research papers big law
- 2022-03-29 22:22:58下载
- 积分:1
-
包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch...
包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。-Includes Canny edge detection operator, Robert (Roberts) edge detection operator,索伯尔(Sobel) edge detection operator,普瑞维特(Prewitt) edge detection operator, Chris (Krisch) edge detection operator and Gauss- Laplace (LoG-Laplacian) operator and so on.
- 2022-02-04 12:08:54下载
- 积分:1
-
与计算机图形学有关,DDA划线法,可以划直线,调用可划多边形...
与计算机图形学有关,DDA划线法,可以划直线,调用可划多边形-with the computer graphics, DDA crossed, we could draw a straight line, polygon call to be designated
- 2022-01-20 23:33:11下载
- 积分:1
-
Image wavelet transform source code under VC6.0 debug image wavelet transform so...
图象小波变换的源代码 VC6.0下调试
图象小波变换的源代码 VC6.0下调试-Image wavelet transform source code under VC6.0 debug image wavelet transform source code under VC6.0 debugger
- 2022-07-04 19:50:43下载
- 积分: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
-
哈里斯
Harris-Laplace combined corner and edge detector 完成对图像的角点和边缘的同时检测-Harris-Laplace combined corner and edge detector angle to complete the image at the same time point and the edge detection
- 2022-06-28 00:50:47下载
- 积分:1
-
Two_algorithm_for_Face_detection_and_location.rar
一种方法利用脸和头发的直方图信息将其分割,从而标记脸部区域,再边缘提取,标注眼、嘴、鼻。另一种方法利用相似度计算、积分投影标记人脸区域,从而定位眼、嘴、鼻。-Two_algorithm_for_Face_detection_and_location.rar
- 2023-01-07 22:15:03下载
- 积分:1
-
线特征的hough提取程序,很不错的,自己试过,绝对可用
线特征的hough提取程序,很不错的,自己试过,绝对可用-Line Features hough the process of extraction, very good that he tried to absolutely available
- 2022-03-09 16:20:59下载
- 积分:1