![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11117440_1523900068644_DEF.jpg)
neethu p
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
219 587
of 297 046
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Please provide code for underwater image quality measure (nonreference) such as sharpness measure, colorfulness measure and contrast measure
.
nästan 6 år ago | 0 answers | 0
0
answersQuestion
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.
nästan 6 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 6 år ago | 0 answers | 0
0
answersQuestion
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
nästan 7 år ago | 1 answer | 0
1
answerQuestion
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'); ...
nästan 7 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 7 år ago | 1 answer | 0