Community Profile

photo

thorati chiranjeevi


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • Explorer

View badges

Feeds

View by

Question


Multiple inputs to ANFIS
f = readfis('ANIS.fis') a =input('input values'); g = evalfis([a],f); disp(['',num2str(g)]) This is the code I have which as...

3 years ago | 1 answer | 0

1

answer

Question


Sliding pixel window to get 8 neighbour pixel values
Hi, Can anyone plz tell me how to slide a filter window of 3*3 over the pixels of an image one by one and get the 8 neighbouring...

3 years ago | 2 answers | 0

2

answers