calculates a histogram of blob sizes
[SizeHistogram, ListOfBins] = CreateSizeHistogram(BlobImage); SizeHistogram = CreateSizeHistogram(BlobImage);
2D matrix of type uint32 or int32
vector that contains the number of blobs that have a number of pixels
vector that contains the bins of the size histogram, i. e. the object sizes
This function calculates a histogram of blob sizes.