photo

shikha gautam


2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
201,965
of 302,009

평판
0

참여
8 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,489

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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: ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


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...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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(...

11년 초과 전 | 답변 수: 1 | 0

1

답변