EDGE detection of thermal images? n then how to find the local maxima from edge image?

1 次查看(过去 30 天)
Hi, I need help for thermal images.

采纳的回答

Image Analyst
Image Analyst 2016-10-15
To find local maxima, use imregionalmax().
To find local minima, use imregionalmin().

更多回答(1 个)

Malini
Malini 2018-1-27
编辑:DGM 2023-2-14
Hi, I need to extract plant image from the background which is not maintaining a constant temperature. It is a thermal image. How to apply imregionalmax() in that case
  9 个评论
Malini
Malini 2018-2-6
移动:DGM 2023-2-14
Since the camera is fixed and surrounded by yellow bulbs, the hotspot is the part of the image in the middle.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by