资源简介
可以直接使用的ppi算法,纯像元指数端元提取
代码片段和文件信息
function [FinalPositions running_time]= FIPPIoptimized(ImageInitialSkewers)
% Fast Iterative Pixel Purity Index Algorithm
%
% Input parameters:
% -----------------
% Image: Hyperspectral image data after MNF dimensionality reduction
% InitialSkewers: Positions of ATGP-generated pixels
%
% Output parameter:
% -----------------
% FinalPositions: Positions of FPPI-generated endmember pixels
% running_time - The total running time used by this run
%
% Authors: Antonio Plaza
% Minor Modified by Chao-Cheng Wu (chaocheng.wu@gmail.com)
% Copyright (c)
% version: 1.0 (Jan-1-2006)
% Check CPU time at the beginning
start=cputime;
% Code initialization for data and visualization
[nsnlnb]=size(Image);
[VDkk]=size(InitialSkewers);
Extrema=zeros(nsnl);
ProjectionScores=zeros(nsnl);
subp
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3805 2006-01-18 18:56 FIPPI.m
- 上一篇:FaceRec 人脸识别 PCA和SVM 人脸识别算法
- 下一篇:PMSM-SMC
相关资源
-
SteppingMotor 步进电机的SIMli
nk模型 - Backstepping-Sliding-Mode 龙的线性化理论。
- matlab_temporal-phase-unwrapping- 展开相位是
- FNNCPPID
- matlab-phase-unwrapping 代码为matlab源程序
- TONEMAPPING 很经典的色调映射算法
- AUV-tarcking 基于反步法的船舶直线路径
- Backstepping_example 反步法的Matlab仿真学
- BPPID 控制效果与传统PID比较
- Matlab基于BPPID神经网络控制-基于BP P
- closed_loop_control_system_for_stepping_motor2
- 1-2-2Mac 搭建Appium-ios自动化测试环境
- 利用backstepping轨迹跟踪控制器
评论
共有 条评论