资源简介
一种典型的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的图像边缘检测
相关资源
- 基于FPGA的sdi视频传输工程(k7_sdi_rx
-
ob
jectARX给Auto CAD加工具条 - CAD ARX 开发实例
-
AutoCAD ob
jectARX二次开发实例-状态栏 - rx560bios合集-注意显存颗粒及供电
- 黑苹果E3 1230V2+技嘉B75m-d3v+RX580
-
利用ob
jectARX实现特征建模 -
基于ADO开发ob
jectARX数据库应用程序 - HP Integrity rx6600 动能服务器产品手册
- HP Integrity rx3600 动能服务器产品手册
- HP Integrity rx7640 动能服务器产品手册
- HP Integrity rx1620-2服务器
- HP Integrity rx2620-2服务器
- HP Integrity rx2660动能服务器产品手册
- HP Integrity rx8620-32服务器
- 蓝宝石rx580镁光显存bios(迪兰rx588镁光
- 路由器trx固件修改打包解包工具
- Checkmarx企业级静态源代码安全漏洞和
- Arm-linux 自定义开机启动程序,避开从
- 10.14全新安装第二弹-华擎Z370M Pro4+83
- XILINX_UltraScale_Plus_GTY_GTH_2D_RX_Margin_An
- RINEX & RNXCMP.zip
- PTC---Thingworx介绍
- MI-4_3.4.3.9-099.trx
- dd-wrt.v24-17084_NEWD-2_K2.6_mini_RT-N12B1.trx
- 雅马哈yamaha RX-V371 说明书
- Chrome扩展离线安装包crx
- Hyperlynx使用方法整理(包括ddr部分仿
- postman 5.5.2.crx
- GE PAC Systems Rx3i系统手册
评论
共有 条评论