Collector.ExtractChannels 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 Collector.State ExtractChannels(
Frame frame
)
Public Function ExtractChannels (
frame As Frame
) As Collector.State
public:
Collector.State ExtractChannels(
Frame^ frame
)
member ExtractChannels :
frame : Frame -> Collector.State
- frame Frame
- the frame currently being operated on
Collector.Statethe 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.