-
Matching
说明: 数字摄影测量中的最小二乘匹配算法,带示例图像(Feature points matching using LSTM)
- 2019-04-22 13:42:21下载
- 积分:1
-
MRF_imgSeg
说明: 是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
- 2021-03-18 09:09:19下载
- 积分:1
-
xiaobobao
自己的小波包程序(含消噪、能量特征提取、信号重构等),希望对大家有帮助(Wavelet packet procedure (including de-noising, the energy feature extraction, signal reconstruction, etc.), we hope to help)
- 2020-07-02 09:00:01下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
LBP
纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。(LBP texture pattern feature representation and classification theory: that by defining a template for the original image of each point, use the template to operate, the template center of neighboring regions corresponding to the center of the image pixel values corresponding to the pixel value comparison, and the comparison results for different locations given different weights, and thus, changing the value of the image corresponding points on the template corresponding to each position by the comparison of the results of the right to and express.)
- 2010-01-05 13:17:31下载
- 积分:1
-
对影像进行SavitzkyGolay平滑ENVI_Savitzky_Golay_Filter
说明: 对影像进行SavitzkyGolay平滑,去除噪点(To smooth the image and remove the noise)
- 2020-02-15 10:46:27下载
- 积分:1
-
EXP
说明: 注:运行前自己准备图像,修改I = imread('')单引号中的路径
1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。
2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。
3. 图像平移和旋转
4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
- 2020-08-15 08:49:44下载
- 积分:1
-
SST
利用ENVI二次开发功能实现IMAPP算法、Niclos算法求解MODIS海表温度。(Using the ENVI secondary development to achieve IMAPP algorithm, Niclos algorithm MODIS sea surface temperature.)
- 2016-04-13 20:09:56下载
- 积分:1
-
vc
说明: 用c写的jpg编解码,包括jpeg2bmp和bmp2jpeg,可在vc6下调试。(With c written jpg codec, including jpeg2bmp and bmp2jpeg, may be under vc6 debugger.)
- 2008-05-11 04:22:06下载
- 积分:1
-
image_fusion
本程序集合了互信息配准,PV差值,powell算法,基于小波变换的图像融合的一整套算法。只需要在GUI界面输入两幅图像,即可自动完成图像的配准融合。程序包含Matlab源代码。用Matlab打开imagefusion.m,即会弹出gui界面。融合前要输入参考和浮动图像。图像要求像素的 长*宽 一样。否则会报错。程序只能处理灰度图像,彩色图像也会转化成灰度图像处理。程序代码已经有详细的注释,方便读者理解。(The procedures set of mutual information, PV difference, powell algorithm, based on wavelet transform image fusion set of algorithms. Only need to enter the two images in the GUI interface, you can automatically complete the image registration fusion. Program contains Matlab source code. Using Matlab open imagefusion.m, gui interface will pop up. Fusion before the input reference and floating images. Image requires the same pixel length* width. Otherwise incorrect. Can only handle grayscale images, color images into gray image processing also. Program code has detailed notes, to facilitate understanding.)
- 2020-06-30 09:40:02下载
- 积分:1