photo

shikha gautam


Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
99.412
of 301.234

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.204

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.580

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I want to subtract gray values of two images and want to make those regions as black where gray values doesn't match.But I am having problem in coding in the if condition where I want to compare gray values of images.
Please let me know how to get gary value of every pixel location and how to compare them. The code what i have done is: ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can we use integral image for forgery detection in code..
how to work with integral image for a given image J = integralImage(I); J gives dimention error,it should be 2 dimentional ima...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get ith filter from the 8*8 DCT Basis .
I want to do convolution my image with the filters of 8*8 DCT Basis.But I am getting problem in getting ith filter from DCT Basi...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to use SVM classifier for a single image.
I want to classify image blocks based on variation in standard deviation of image blocks. I want to get those blocks whose stan...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I want to pass each block and process them one by one using a function
For this I have used im2col for extracting each block one by one as column. and want pass it to a function and process each colu...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Block Segmentation and get noise variance of each block using PCA. PCA code is attached.
Hello, I want to devide image into 32*32 image blocks and then find the noise variance of each block. for which I am usin...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


error: Maximum variable size allowed by the program is exceeded. in line matrix = zeros((m-63)*(n-63), 2+64*64);
count = 1; j = 1; matrix = zeros((m-63)*(n-63), 2+64*64); while(j+63<m) k = 1; while(k+63<n) dum=zeros(1...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please tell me how to resolve out of memory error of this code
count = 1; j = 1; matrix=[]; while(j+63<m) k = 1; while(k+63<n) dum=zeros(1,64*64); dum(1:(min(...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta