0
2.3kviews
Soft computing question
written 3.2 years ago by | modified 3.0 years ago by |
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
ADD COMMENT
EDIT