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

Risposte (1)

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.

Categorie

Richiesto:

vps
il 26 Nov 2016

Risposto:

il 26 Nov 2016

Community Treasure Hunt

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

Start Hunting!

Translated by