photo

shikha gautam


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
154,180
of 301,624

評判
0

コントリビューション
8 質問
0 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,365

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,828

コントリビューション
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

回答