Community Profile

photo

bashar ayasrah


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Index in position 3 exceeds array bounds (must not exceed 3) in horizontal (i,ma,j)=consistency(i+1,ma,j)*consistency(i,ma,j); what is mean this error ?
local=rangefilt(cb_component,true(3));%local range of pixel intensity reshape(local,[512,3]); mean=mean2(double(local));%mean...

4 years ago | 0 answers | 0

0

answers

Question


Index in position 2 exceeds array bounds. Error in (line 36) sum(i,j)= (local(i,j)-mean )/Variance_final;??? how can i solve it ?
clc; clear; close all; %% Read Cover Image cover_image=imread('lena_rgb.bmp'); % Grab the image information (metadata) of i...

4 years ago | 1 answer | 0

1

answer