11 November 2016 0 10K Report

Hi all,

I am trying to find the blobs (i.e. dynamic objects) from a foreground mask of image. I am using Matlab's vision.BlobAnalysis for this purpose. But, I am not quite sure how step function of Matlab's vision.BlobAnalysis works.

I was assuming that step function would produce disjoint components but I realized that in some cases it actually produces components which are superset of some other components. Can anyone explain the algorithm? Or is there a way to access to the code, like the "edit" function to access builtin Matlab functions?

Similar questions and discussions