フィルターのクリア

Question about the vision.BlobAnalysis

1 回表示 (過去 30 日間)
Akira Chan
Akira Chan 2015 年 7 月 20 日
Thanks to the helpful community, I have understood what have to be done when several parameters was set to TRUE state. All the results is as expected but a new problem have occurred.
blob = vision.BlobAnalysis('CentroidOutputPort', true, 'AreaOutputPort',...
true,'BoundingBoxOutputPort', true,'MinimumBlobAreaSource', 'Property',...
'MinimumBlobArea', 15000);
Where these three are true, [area, centroid, bb] must be written. Now, I got what I wanted but when I apply it and I only can get one results at a time like,
result = step(markInserter, frame, centroids);
result = step(TextInserter, frame, area);
Is there a better method to make it in such a way that I can produce a result where the area, bounding box and the centroid appear at the same time at the same video? Thank you very much.
Regards, Akira

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by