Quantcast
Viewing all articles
Browse latest Browse all 18

Fuzzy Inference System

i have those rules

R1: If more of xi are Very High Then En(xi) is Very High.
R2: If more of xi are High Then En(xi) is High.
R3: If more of xi are Medium Then En(xi) is Medium.
R4: If more of xi are Low Then En(xi) is Low.
R5: If more of xi are Very Low Then En(xi) is Very Low.


more is an S function 1/ 1 + exp ^ - (axi -b)

En = sum of all rules multiplied by a constant vector [1 0.8 0.6 0.4 0.2]

xi a pixel in a image ...


how can i do something like this using FIS

i can't see a place where i can put my more function which is dependent on the i/p

this is a fuzzy filter ....

Viewing all articles
Browse latest Browse all 18

Trending Articles