Clear Filters
Clear Filters

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

1 view (last 30 days)
Hi, I need help for thermal images.

Accepted Answer

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

More Answers (1)

Malini
Malini on 27 Jan 2018
Edited: DGM on 14 Feb 2023
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 Comments
Malini
Malini on 6 Feb 2018
Moved: DGM on 14 Feb 2023
Since the camera is fixed and surrounded by yellow bulbs, the hotspot is the part of the image in the middle.
Image Analyst
Image Analyst on 3 Mar 2018
Moved: DGM on 14 Feb 2023
Rather than keep bugging VPS, why don't you start your own new thread?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!