How to do "the black top-hat transformation"

21 visualizaciones (últimos 30 días)
Ashim Chakraborty
Ashim Chakraborty el 22 de Abr. de 2016
Respondida: MD AMIR SOHAIL el 6 de Mzo. de 2019
after filtering the image i want to perform a black top hat transformation but could not find any information about it. please, any one help me .

Respuesta aceptada

Image Analyst
Image Analyst el 22 de Abr. de 2016
Perhaps you're talking about the "bottom hat filter".
IM2 = imbothat(IM,SE) performs morphological bottom-hat filtering on the grayscale or binary input image, IM, returning the filtered image, IM2. SE is a structuring element returned by the strel function. SE must be a single structuring element object, not an array containing multiple structuring element objects.

Más respuestas (3)

Pekko Tuominen
Pekko Tuominen el 3 de Jul. de 2017
In Matlab, the black top-hat transform is called bottom-hat and the white top-hat transform is called tophat. This should remove your confusion.

MD AMIR SOHAIL
MD AMIR SOHAIL el 6 de Mzo. de 2019
White Top-hat Filtering: ( Original Image - Opening of original Image ) [which is imtophat() in matlab]
Black Top-hat Filtering: ( Closing of Original Image - Original Image ) [which is imbothat() in matlab ]

Jos (10584)
Jos (10584) el 22 de Abr. de 2016
  1 comentario
Ashim Chakraborty
Ashim Chakraborty el 22 de Abr. de 2016
Hi jos thank you for your comment. I tried it already but the output is appearing different. there are two different types of top hat is black and white. I am looking for the black top hat which not mentioned anywhere and the code IM2 = imtophat(IM,SE) IM2 = imtophat(IM,NHOOD) gpuarrayIM2 = imtophat(gpuarrayIM,___) giving different output.

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by