McBasicFeatures Interface
|
|
An object exposed by McFeatures-based objects to generalize and
extend McFeatures functionality.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Interface McBasicFeatures
Inherits IMcBasicFeatures
RemarksCurrently McBasicFeatures is exposed, via QueryInterface, from
McPoints, McLines and McRegions objects. It extends and generalizes the
McFeatures properties to support features in higher dimensional spaces and
to add extra properties for names and descriptions. In addition, per frame
feature associations are also supported, as well as CommandFlag/CommandData.
See Also