代码搜索:imagenes

找到约 25 项符合「imagenes」的源代码

代码结果 25
www.eeworm.com/read/182760/9192403

m psnr.m

%PSNR.m function S=PSNR(I,J) % PSNR(I,J) returns the peak signal to noise ratio) between I and J %(dB) % I is the original image and J is a modified version of I. % The PSNR value is useful to ca
www.eeworm.com/read/163194/10171605

m psnr.m

%PSNR.m function S=PSNR(I,J) % PSNR(I,J) returns the peak signal to noise ratio) between I and J %(dB) % I is the original image and J is a modified version of I. % The PSNR value is useful to ca
www.eeworm.com/read/182760/9192405

m imfid.m

%ImFid.m function F=ImFid(I,J) % ImFid(I,J) returns the image fidelity between I and J. % The ImFid value is useful to quantitize the distortions on an image. if (size(I)~=size(J)) error('La
www.eeworm.com/read/182760/9192408

m cq.m

%CQ.m function S=CQ(I,J) % CQ(I,J) retruns the correlation quality between the images I and J. % The CQ value is useful to quantitize the distortions on an image. if (size(I)~=size(J)) error
www.eeworm.com/read/182760/9192411

m sc.m

%SC.m function S=SC(I,J) % SC(I,J) returns the relation between the structural contents of I % and J. % The SC value is useful to quantitize the distortions on an image. if (size(I)~=size(J))
www.eeworm.com/read/182760/9192417

m aad.m

AAD.m %function D=AAD(I,J) % AAD(I,J) returns the average absolute difference between the pixels % of I and J. % The AAD value is useful to quantitize the distortions on an image. if (size(I)~=s
www.eeworm.com/read/163194/10171609

m imfid.m

%ImFid.m function F=ImFid(I,J) % ImFid(I,J) returns the image fidelity between I and J. % The ImFid value is useful to quantitize the distortions on an image. if (size(I)~=size(J)) error('La
www.eeworm.com/read/163194/10171612

m cq.m

%CQ.m function S=CQ(I,J) % CQ(I,J) retruns the correlation quality between the images I and J. % The CQ value is useful to quantitize the distortions on an image. if (size(I)~=size(J)) error
www.eeworm.com/read/163194/10171615

m sc.m

%SC.m function S=SC(I,J) % SC(I,J) returns the relation between the structural contents of I % and J. % The SC value is useful to quantitize the distortions on an image. if (size(I)~=size(J))
www.eeworm.com/read/163194/10171620

m aad.m

AAD.m %function D=AAD(I,J) % AAD(I,J) returns the average absolute difference between the pixels % of I and J. % The AAD value is useful to quantitize the distortions on an image. if (size(I)~=s