neethu p
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
109.979
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Please provide code for underwater image quality measure (nonreference) such as sharpness measure, colorfulness measure and contrast measure
.
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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.
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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'); ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 6 años hace | 1 respuesta | 0