Community Profile

photo

troy


Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to do operation in {CELL}??
Assume i have 8x8 blocks of image. Here my code: [L L]=size(img); L2=C/8; imgblk=cell(L2,L2); for i=1:L2 for j=...

11 years ago | 1 answer | 0

1

answer

Question


How to do if else condition?
Hello, Anyone have idea how to do if else condition? I have pixel value of AA(i,j)<507x507 double> and BB(i,j)<512x5...

11 years ago | 1 answer | 0

1

answer

Question


How to modify for loop of i and j to get value odd number?
I2 = imread('......'); I2 = rgb2gray (I2); N=8; %N= window size (8x8) [L,L]=size(I2); L2=L/N; S=zeros(L,L); ...

11 years ago | 1 answer | 0

1

answer

Question


I don't understand about this row and column??
who know about this code? if N=8 and L=512 for i= N:N:L-N for j = 1:L and this one for i= 1:L for j=...

11 years ago | 1 answer | 0

1

answer

Question


Unbalanced or unexpected parenthesis or bracket.
N=8; %N= window size (8x8) [L,L]=size(I); L2=L/N; for i=N:N:L-N for j=1:L S= sum[[(i,j)...

11 years ago | 1 answer | 0

1

answer