Azzera filtri
Azzera filtri

How to select bounding box randomly ?

1 visualizzazione (ultimi 30 giorni)
FARHAD
FARHAD il 22 Mag 2014
Risposto: Image Analyst il 7 Giu 2014
Hi, I have 2000 bounding boxes and I want to select 1000 boxes randomly. How to do it in MATLAB? Please help me.

Risposte (2)

the cyclist
the cyclist il 22 Mag 2014
Do you have the Statistics Toolbox? The randsample() command sounds like something that would be useful. If not, probably the randi() command would help you.
[You might want to add a bit more detail to your question, regarding how your bounding boxes are stored in variables, etc.]

Image Analyst
Image Analyst il 7 Giu 2014
Use randperm().

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by