CollectorExtractChannels Method
Extracts the channels of interest from the video frame
and regions of interest.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public CollectorState ExtractChannels(
Frame frame
)
Public Function ExtractChannels (
frame As Frame
) As CollectorState
public:
CollectorState ExtractChannels(
Frame^ frame
)
member ExtractChannels :
frame : Frame -> CollectorState
- frame Frame
- the frame currently being operated on
CollectorStatethe Collector state after extract channels
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.