IMcBasicFeaturesFeatureIndexForGivenFrame Method
|
|
Index among all features for a given index among features for a given frame.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxFunction FeatureIndexForGivenFrame (
FrameIndex As Integer,
FeatureIndexForFrame As Integer
) As Integer
Parameters
- FrameIndex
- Type: SystemInt32
If non-negative, the FrameIndex for features to be indexed. - FeatureIndexForFrame
- Type: SystemInt32
Return Value
Type:
Int32The index from among all features of the FeatureIndexForGivenFrame's
feature with a matching FrameIndex property.
RemarksThe most basic operation when accessing features associated with a
particular frame is to enumerate those frames: the FeatureIndexForGivenFrame
property provides an efficient and convienient way of doing so. The property
takes two arguments: FrameIndex, indicating the frame of interest and
FeatureIndexForGivenFrame, which is an index into the list of features
associated with the given FrameIndex. The property exposes the feature index
among all features in the collection.
See Also