This document discusses image restoration using morphological operations. It begins with an abstract describing mathematical morphology and its applications to tasks like noise suppression, feature extraction, and image restoration. It then covers 6 morphological operations (erosion, dilation, opening, closing, boundary extraction, and region filling) and provides mathematical definitions and illustrations of their effects. Examples of applying these operations to grayscale images using different structuring element shapes are shown. The document concludes that morphological operations are effective for image restoration by applying dilation and erosion with the same factor to remove noise while retaining object shapes.