ImagingFxFilterThroughWhites Method
Sets all pixels that are not white (255 in a 8BPP image) to black (0). That is binarisation of image with threshold of 255
Namespace: OSDxAssembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
public void FilterThroughWhites(
Bitmap BMPIndex,
Bitmap BMPMask
)
Public Sub FilterThroughWhites (
BMPIndex As Bitmap,
BMPMask As Bitmap
)
Parameters
- BMPIndex Bitmap
- The index image supplied - this image changes after the operation
- BMPMask Bitmap
- The mask image applied - the mask does not change