资源简介

为Fmask(掩模的功能)的Matlab代码用于自制云,云阴影和雪掩蔽. 处理Landsat 4,5,7和8图像

资源截图

代码片段和文件信息

function clr_pct = autoFmask(cldpixsdpixsnpixcldprob)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Welcome to use the 3.2 version of Fmask!
% It is capable of detecting cloud cloud shadow snow for Landsat 4 5 7 and 8
% If you have any question please do not hesitate
% to contact Zhe Zhu and Prof. Curtis Woodcock at Center for Remote Sensing
% Boston University
% email: zhuzhe@bu.edu
%
% This function will calculate the mask for each scence automatically
% Output is the final fmask
% clear land = 0
% clear water = 1
% cloud shadow = 2
% snow = 3
% cloud = 4
% outside = 255
%
% How to install it?
% 1. Copy the “Fmask“ folder to your local disk
% 2. Start matlab and addpath for this folder - addpath(‘local_disk‘);
%
%
% How to use it?
%

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-12-23 00:15  Fmask\
     文件        4937  2014-12-23 00:15  Fmask\autoFmask.m
     文件        2171  2014-12-23 00:15  Fmask\enviwrite.m
     文件       12580  2014-12-23 00:15  Fmask\fcssm.m
     文件         548  2014-12-23 00:15  Fmask\Fmask.m
     文件       16902  2014-12-23 00:15  Fmask\lndhdrread.m
     文件       15165  2014-12-23 00:15  Fmask\nd2toarbt.m
     文件        1845  2014-12-23 00:15  Fmask\pixel2pixv.m
     文件        8827  2014-12-23 00:15  Fmask\plcloud.m

评论

共有 条评论