Borrar filtros
Borrar filtros

How can i set the min and max size object to detect in matlab?

1 visualización (últimos 30 días)
How can i set the min and max size object to detect in matlab? i am working on cascade object detector.
Thank you

Respuesta aceptada

Dima Lisin
Dima Lisin el 13 de Jun. de 2014
The vision.CascadeObjectDetector object has properties MinSize and MaxSize. You can also pass 'MinSize' and 'MaxSize' name-value pairs into the object's constructor:
detector = vision.CascadeObjectDetector('MinSize', [32, 32]);
  2 comentarios
Misrak Seifu
Misrak Seifu el 13 de Jun. de 2014
Editada: Misrak Seifu el 13 de Jun. de 2014
What if i want to pass a MinSize(h/4, w/4), how can i do this in matlab?
Example: For h=w=20
[ h w]=MinSize(I) MinSize(h/4, w/4)=x MinSize[ x x]
And for max
MaxSIze(h,w)=y MaxSize[y y]

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image and Video Ground Truth Labeling 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