![]() |
Opening and Closing are dual operations used in Digital Image Processing for restoring an eroded image. Opening is generally used to restore or recover the original image to the maximum possible extent. Closing is generally used to smoother the contour of the distorted image and fuse back the narrow breaks and long thin gulfs. Closing is also used for getting rid of the small holes of the obtained image. The combination of Opening and Closing is generally used to clean up artifacts in the segmented image before using the image for digital analysis. Some of the differences between Opening and Closing are:
Opening is denoted by:Properties of Opening are: 1. XoY is a subset (subimage of X) 2. If X is a subset of Z then XoY is a subset of ZoY 3.(XoY)oY = XoY
Closing is denoted by:Properties of Closing are: 1. X is a subset subimage of X.Y 2. (X.Y).Y = X.Y |
Reffered: https://www.geeksforgeeks.org
Difference Between |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |