'DeclarationPublic Function Threshold( _ ByVal Min As System.Single, _ ByVal Max As System.Single, _ ByVal Image As DicomImage, _ ByVal Scale As System.Boolean _ ) As DicomLabel
public DicomLabel Threshold( System.float Min, System.float Max, DicomImage Image, System.bool Scale )
Parameters
- Min
- The minimum value to include in the new DicomLabel
- Max
- The maximum value to include in the new DicomLabel
- Image
- The image from which the pixel data is taken for the calculations
- Scale
- If true, then the rescale slope and offset are applied to the data values
Return Value
A new DicomLabel