IMcHistogram2SampledFrame Property
|
|
The index of a single frame index, from which
all histogram data should be taken.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty SampledFrame As Integer
Get
Set
Property Value
Type:
Int32
RemarksUse of the SampledFrame property is suitable when it is known that a
particular frame is a good example for the entire sequence or when accumulating
a histogram one frame at a time (see mcHistogramMode.mchmAccumulateHistogram).
Note the mchmProcessActiveFrameOnly Mode bit and the McImage.ActiveFrameIndex,
McImage.ActiveFrameRange and McImage.UseActiveFrameRange properties are all
ignored if this property is non-negative.
See Also