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 回表示 (過去 30 日間)
古いコメントを表示
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??
0 件のコメント
回答 (1 件)
Pratyush Roy
2021 年 11 月 29 日
Hello Abhi,
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!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!