This block computes statistics on the set of quick shift segmentations.
BK = BLOCK_QUICKSTAT() Initializes the block with the default options.
BK = BLOCK_QUICKSTAT(BK) Executes the block with options and inputs BK.
Required inputs:
- db
The image database.
- qseg
The quick shift segmentations.
Fetchable attributes:
- stats
Statistics about each image. Returns a structure containing: degrees: A histogram of the degrees found in each image counts: A vector containing the size of all superpixels in
the database.
segsperim: The number of segments found in each image.