Estadística
17 Preguntas
0 Respuestas
CLASIFICACIÓN
284.593
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
35.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
uaci score of 2 images
I need to find the uaci score of two images, one the plain image and other image which is 1 pixel value changed in the plain ima...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
NPCR and UACI of encrypted images
I need to find out the NPCR and UACI value of two encrypted images. Please help me with the matlab code for the same.
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
correlation analysis of two adjacent pixels
I had an color image and an encrypted version of the same. I need to find the horizontal vertical and diagonal correlation coeff...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
conversion of double to int
i had an array of 1*10 double named Q(i). I want to find modulo function of these 10 values with 256. But am getting wrong answe...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Control flow of loop
for i = 2:41616 if x(i-1) < 0.5 x(i) = a*x(i-1); elseif x(i-1) >= 0.5 x(i) = a*(1- x(i-1)); ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Mod function returns decimal value?
I was trying to generate some random sequence using chaotic tent map. After generating some values i would like to convert them ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
convert decimal values to binary?
xa(1)=0; ya(1)=0; a=1.4; b=0.3; sa=0; for i=2:41616 xa(i)=1-a*(xa(i-1)^2)+ya(i-1); ya(i)=b*xa...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Size of an image?
I got the image size as below when i use size('image_name'). What does this 3 means? >> size(image) ans = 204 204 ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Implementing equations and solving
I would like to implement some of the equations which generate chaotic sequences in matlab and to produce some random numbers us...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Index exceeds matrix dimensions
Index exceeds matrix dimensions. Error in test (line 19) newgreen = c(:,:,2); I got an error like this while running the ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Grayscale of RGB channels
Is it possible to convert the matrix values of R, G and B channels to its own grayscale values respectively?
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Energy map calculation?
I would like to findout the energy map of an image by summing up the depth, intensity, correspondence energy. can you please hel...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Calculating energy map of an image
I am doing a work on Seam Carving. How can i calculate the energy map of an image using depth energy, intensity energy and corre...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Unexpected matlab expression error
function runSaliency('AloeR_SLIC.jpg') declareGlobal; % initialize the Image structure if necessary if (isa('...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compute the stereoscopic saliency value using color contrast, spatial compactness and depth saliency?
As am a beginner in matlab i could not find out the code for computing the stereoscopic saliency value of a stereoscopic image u...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use a function which is not existing in matlab?
Hey, while doing some code for image segmentation i got stuck at an error saying "Undefined function or variable 'superpixels'"....
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to fix the error "Undefined function or variable 'superpixels'." ?
Hey, while doing some code for image segmentation i got stuck at an error saying "Undefined function or variable 'superpixels'...
más de 7 años hace | 2 respuestas | 0