I am working on plasma image processing. How can I find the maximum intensity point in a pixel and edge detection of thermal plasma image by using MATLAB??

1 visualización (últimos 30 días)
I am working on plasma image processing. How can I find the maximum intensity point in a pixel and edge detection of thermal plasma image by using MATLAB??

Respuestas (1)

Pratyush Roy
Pratyush Roy el 29 de Nov. de 2021
Hello Abhi,
Please refer to this link to find out how to find maximum intensity point in a pixel.
For edge detection, the colour image can be converted to a binary image using imbinarize. Please refer to this link to know how to obtain the threshold for the conversion. After converting the image to a binary image the bwperim can be used to obtain the edges in the image.
Hope this helps!

Community Treasure Hunt

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

Start Hunting!

Translated by