neethu p
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
109 946
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Please provide code for underwater image quality measure (nonreference) such as sharpness measure, colorfulness measure and contrast measure
.
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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.
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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'); ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0