필터 지우기
필터 지우기

how to split blob from blob analysis to many blobs

조회 수: 2 (최근 30일)
bay rem
bay rem 2016년 2월 28일
편집: bay rem 2016년 2월 28일
while im working to detect motion in video, i used blobAnalysis to draw a blob for each moving object:
blobAnalysis = vision.BlobAnalysis('BoundingBoxOutputPort', true, ...
'AreaOutputPort', false, 'CentroidOutputPort', false, ...
'MinimumBlobArea', 150,'MaximumCount',1);
bbox = step(blobAnalysis, BinaryImage);
i want to cut each bbox in 4 rectangular blob any idea please
  댓글 수: 2
Image Analyst
Image Analyst 2016년 2월 28일
편집: Image Analyst 2016년 2월 28일
What does "decouper" mean? Also, you know that to divide a bounding box into 4 parts, you can compute the mean x and mean y (x and y are the edges of the box) and split it along those lines, right?
bay rem
bay rem 2016년 2월 28일
편집: bay rem 2016년 2월 28일
Sorry i wrote it in french way, i mean to split the blob and obtain multi blobs

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by