필터 지우기
필터 지우기

How to select bounding box randomly ?

조회 수: 1 (최근 30일)
FARHAD
FARHAD 2014년 5월 22일
답변: Image Analyst 2014년 6월 7일
Hi, I have 2000 bounding boxes and I want to select 1000 boxes randomly. How to do it in MATLAB? Please help me.

답변 (2개)

the cyclist
the cyclist 2014년 5월 22일
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 2014년 6월 7일
Use randperm().

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by