neethu p
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Please provide code for underwater image quality measure (nonreference) such as sharpness measure, colorfulness measure and contrast measure
.
5年以上 前 | 0 件の回答 | 0
0
回答質問
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.
5年以上 前 | 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...
6年弱 前 | 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
6年以上 前 | 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'); ...
6年以上 前 | 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...
6年以上 前 | 1 件の回答 | 0