SoTensorVotingProcessing2d.outputSelection Property |
Enable the computation of selected outputs.
Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFBitMask<SoTensorVotingProcessing2d. OutputSelections> outputSelection { get; }
Public ReadOnly Property outputSelection As SoSFBitMask(Of SoTensorVotingProcessing2d.OutputSelections)
Get
public:
property SoSFBitMask<SoTensorVotingProcessing2d. OutputSelections>^ outputSelection {
SoSFBitMask<SoTensorVotingProcessing2d. OutputSelections>^ get ();
}
member outputSelection : SoSFBitMask<SoTensorVotingProcessing2d. OutputSelections> with get
Property Value
Type:
SoSFBitMask<SoTensorVotingProcessing2d.OutputSelections>
Remarks
See Also