Statistiques
8 Questions
0 Réponses
RANG
200 320
of 301 204
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 191
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 368
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
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: ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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(...
environ 11 ans il y a | 1 réponse | 0
