资源简介
一种典型的RX算法程序,可与PCA,ICA等程序联合使用,用于目标检测。
代码片段和文件信息
function outputimage=RX(A)
[mnq]=size(A);
newimage= reshape( Am*nq);
lastimage=newimage‘;
meanRow=mean(lastimage2);%求每一行的均值
% meanRow=round(meanRow);%取整
% C=zeros(qq);
% for i=1:m*n
% lastimage(:i)= lastimage(:i)-meanRow;
%
% C= lastimage*lastimage‘+C;
% Csum=C;
% end
% Wcov=Csum/(m*n);%协方差矩阵
for i=1:m*n
lastimage(:i)= lastimage(:i)-meanRow;
end
Wcov=cov(lastimage‘);
invWcov=inv(Wcov)/(m*n-1);
rx=zeros(1m*n);
for i=1:m*n
rx(i)=lastimage(:i)‘* invWcov *lastimage(:i);
end
outputimage=reshape(rxmn);
outputimage=mat2gray(outputimage);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 627 2014-01-02 09:26 RX.m
----------- --------- ---------- ----- ----
627 1
- 上一篇:高速数据采集系统
- 下一篇:FPGA的图像边缘检测
相关资源
- GPS格式转换程序RNXCMP
- RXChart 实现一条平滑曲线
- rxtxSerial.dll 32位
- RXTX 的API文档
- 讯景RX470 4G三星BIOS
- RINEX格式转换crx2rnx和rnx2crx
- chrome Google 翻译 2.0.7 插件 .crx
- 讯景XFX.RX480.4G.尔必达内存 官方原版
- AutoCAD 2013 InvokeArx
- 20181026232608chromecj.com.crx
- SapphireRX560D03.rom
- Periscope.17.arx
- excelimportor.crx
- 迪兰恒进 RX570 8G X-Serial战将 原厂 bi
- openGL Matrix类的实现,包括和四元数、
- ShaderX7 CD-ROM
- RXTX API文档
- flex导入excel2007版本以上并支持日期格
- RXTX的API文档.chm
-
ob
jectarx wizard 2012配置与helloworld - 讯景xfx rx470P 原卡备份BIOS
- VS2013 + Opencv + libdmtx 识别 datamatrx ECC
- Dark-Reader.crx
- 黑苹果(B450M mortar max+AMD2600X+RX580)
- 盈通RX570-4G D5 大地之神 原厂BOIS 尔必
- 讯景战狼4G美光显存可用BIOS合集.zip
- juniper SRX防火墙cluster配置步骤
- 做自己的搜索引擎毕设开题报告
- 2.16.2_0.crx
-
关于ob
jectarx中acedCmd和acedCommand
评论
共有 条评论