CollectorExtractChannels Method

Extracts the channels of interest from the video frame and regions of interest.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public CollectorState ExtractChannels(
	Frame frame
)

Parameters

frame  Frame
the frame currently being operated on

Return Value

CollectorState
the Collector state after extract channels

Remarks

A Collector will collapse the candidate regions of interest down to a set of channels of interest which the server will further refine into a set of signals.

See Also