Filter löschen
Filter löschen

How to find the human head from the thermal or gray scale images?

2 Ansichten (letzte 30 Tage)
vps
vps am 26 Nov. 2016
Beantwortet: Image Analyst am 26 Nov. 2016
Hi...How to find the human head from the below images or gray scale image?
Thank you.

Antworten (1)

Image Analyst
Image Analyst am 26 Nov. 2016
It should be hotter and larger than anything else. So simply threshold and call bwareafilt()
binaryImage = thermalImage > someTemperature;
binaryImage = bwareafilt(binaryImage, 1); % Take largest blob only.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by