IMcBitMaskHolesBitMask Property
|
|
If there are any holes in the bit mask, then a McBitMask with
foreground bits masking those holes
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxReadOnly Property HolesBitMask As McBitMask
Get
Property Value
Type:
McBitMask
RemarksA hole is a 4-connected set of background pixels that is completely
surrounded (using a 4-connected test) by a connected (as determined by
the Connect8 property) set of foreground pixels (a "blob").
If there are no holes in the bit mask, then Nothing is returned.
The surrounding blob for each hole may be determined from the HolesBelongTo
property.
See Also