-
read_ENVIimagefile
说明: ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。
在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standard format contain two parts: one is hyperspectral image'*.img ', the other is the remote sensing image header file'*.hdr', which records the information of remote sensing image, such as image size, band number, data type and size end, etc. If there is no header file, it will not be able to read remote sensing images, so header files are very important.
In Matlab, multibandread () is used to read multiband (hyperspectral / multispectral) images.)
- 2018-04-20 15:35:29下载
- 积分:1
-
dodging
实现图像匀光,实现了MASK(马斯克)和Wallis匀光算法(附带参考文献)。(Image dodging, the MASK and Wallis dodging algorithm (with references).)
- 2012-06-21 15:31:29下载
- 积分:1
-
meanshiftSegment
基于MeanShift算法将图像进行平滑处理去噪并分割(MeanShift algorithm based on smoothing the image de-noising and segmentation)
- 2010-03-15 09:17:52下载
- 积分:1
-
Context-aware-saliency-detection
基于上下文注意的显著区域检测,附件包括代码和英文文章。(Context-Aware Saliency Detection. The file includes the paper and the source code in matlab.)
- 2011-09-27 08:47:30下载
- 积分:1
-
yaogantuxiangchuli1
图像处理PDF格式的讲义,个人感觉不错,希望对大家有所帮助!(image processing PDF format overhead, personal feeling good, and I hope to help you!)
- 2007-01-12 10:57:11下载
- 积分:1
-
multi-kernel-path-1.1
Computing regularization paths for learning multiple kernels另一个多核学习算法 可用于多类分类 目标检测(Computing regularization paths for learning multiple kernels The other multicore learning algorithm for multi-class classification target detection)
- 2012-09-16 02:05:43下载
- 积分:1
-
winner
matlab做的图像去噪程序,使用的是维纳滤波法(winner),内附图像,可直接运行(matlab image denoising procedure, using the Wiener filter method (winner), included images, can be run directly)
- 2012-03-15 16:44:05下载
- 积分:1
-
RX
说明: 此算法使用于单波段或者多波段图像中的非监督异常检测,性能很好~(The algorithm used in single-band or multi-band image unsupervised anomaly detection, performance very good ~)
- 2009-03-24 17:57:44下载
- 积分:1
-
ComparativeEvaluationofDigitalFragileImage
说明: 脆弱性数字水印能为多媒体内容完整性认证和篡改检测提供有效的解决方案。该文对用于图像认证的脆弱性数字水印技术的研究
现状、一般原理、基本特征、典型算法进行了综述(The vulnerability of digital watermark for the integrity of multimedia content authentication and tamper detection to provide an effective solution. The image authentication for the vulnerability of digital watermarking technology, research, general principles, basic features, typical algorithms are reviewed)
- 2008-11-12 23:06:08下载
- 积分:1
-
ssd.pytorch
SSD: Single Shot MultiBox Object Detector, in PyTorch
A PyTorch implementation of Single Shot MultiBox Detector from the 2016 paper by Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang, and Alexander C. Berg. The official and original Caffe code can be found here.
Table of Contents
Installation
Datasets
Train
Evaluate
Performance
Demos
Future Work
Reference
- 2020-06-25 07:00:02下载
- 积分:1