photo

neethu p


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
62,182
of 300,863

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Is Blind/Referenceless Image Spatial Quality Evaluator (BRISQUE) no-reference image quality score works in every versions of matlab.
score = brisque(A) is not working in MATLAB 2016. Please refer to me another option.

7 years 前 | 1 个回答 | 0

1

个回答

提问


matlab code for max filter applied to an image. max filter having window size 7*7
matlab code for max filter applied to an image. max filter having window size 7*7 A = imread('E:\under\data\fih.PNG'); B=zero...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to find covariance of a matrix. but i need a single value as a covariance between two matrix instead of matrix
how to find covariance of a matrix. but i need a single value as a covariance between two matrix instead of matrix

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to recombine 4x4 nonoverlapping blocks into original matrix
the program for dividing the matrix is clc; close all; clear all; I=imread('C:\Users\user\Pictures\lenna.jpg'); ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to circularly shift the entire elements of a matrix
i need to shift the elements by one position if the input is a=[1 2 3;4 5 6;7 8 9] the output i needed is b=[9 1 2...

8 years 前 | 1 个回答 | 0

1

个回答