What is Morphological Laplacian?
Answer / bo b watz
Morphological Laplacian is the average of erosion and dilation minus the parent image:
Lapl = (Ero + Dil)/2 - Img
Where Erosion and Dilation (of the parent image) use the same structuring element.
The Laplacian above may contain negative values, that may be truncated if f.ex. the output is an 8-bit grayscale. In that case you may wish to add 128 to the expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is sampling density for image processing?
What is smoothing operations?
What is linearity?
Can u explain an Examples of 2D signals and transforms?
What are video parameters?
What is posteriori estimate?
What is photon noise?
What is Morphological gradient?
What are readout rate?
What is Edge finding?
What is Alternative gradient filters?
What is CIE chromaticity coordinates?