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!