Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
vps
vps el 26 de Nov. de 2016
Respondida: Image Analyst el 26 de Nov. de 2016
Hi...How to find the human head from the below images or gray scale image?
Thank you.

Respuestas (1)

Image Analyst
Image Analyst el 26 de Nov. de 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.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by