0
1.9kviews
Soft computing question

Design a software to locate objects in a photo. Two fuzzy sets representing a plane and a train images are: (BT6)

Plane={0.2/train + 0.5/bike + 0.3/boat + 0.8/plane + 0.1/house}

Train={1/train + 0.2/bike + 0.4/boat + 0.5/plane + 0.2/house}

find the following:

a) Plane U Train

b) Plane intersectionTrain

c) Plane | Train

Please log in to add an answer.