Problem:
Morphological image processing:
Question- Show that opening and closing operations on binary images are idempotent
That is:
Part 1- (f os) os = f os; o represents opening
Part 2- (f•s) • s = f•s; • represents closing
Please show all the calculations step by step.