What is Morphological Laplacian?



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

Post New Answer

More Image Processing General Interview Questions

What is contour representations?

1 Answers  


What is Gradient filters?

0 Answers  


What is segmentation?

0 Answers  


What is Alternative gradient filters?

0 Answers  


What is Histogram-derived thresholds?

0 Answers  






What is Sampling for area measurements?

0 Answers  


What is Convolution in the spatial domain?

0 Answers  


What is Median filter?

0 Answers  


What are Isolate objects with holes?

0 Answers  


What is linearity?

0 Answers  


Can u explain an Examples of 2D signals and transforms?

0 Answers  


What is Gradient-based procedure?

0 Answers  


Categories
  • Image Processing General Interview Questions Image Processing General (144)
  • Image Processing Algorithms Interview Questions Image Processing Algorithms (20)
  • Image Processing AllOther Interview Questions Image Processing AllOther (6)