Borrar filtros
Borrar filtros

Delete object that varies in size

3 visualizaciones (últimos 30 días)
Patricio Morales
Patricio Morales el 16 de Ag. de 2022
Comentada: Walter Roberson el 17 de Ag. de 2022
Greetings community, I wanted to know if it is possible to eliminate an object that varies in size as a function of time. For example, it is a hand that for every second that passes leaves the image frame, that is, its size decreases. Thank you very much

Respuestas (1)

Image Analyst
Image Analyst el 16 de Ag. de 2022
Yes. Use regionprops to measure the size of each blob and compare it with the size of that blob in prior frames.
  1 comentario
Walter Roberson
Walter Roberson el 17 de Ag. de 2022
You might also want to track Centroid of each objects, and estimate velocity of the objects to make it easier to figure out which object is which.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by