SwisTrack/Components/BinaryMask
< SwisTrack | Components
Description
editThis component will mask certain areas of your image, and therefore allow you to remove particles that are not in your area of interest (e.g. the arena).
Input
editFile:SwisTrack BinaryMaskInput.png
A binary image.
Output
editFile:SwisTrack BinaryMaskOutput.png
A binary image.
Parameters
editMask image
editA binary (black-and-white) image with the mask.
Mode
editOne of the following combination modes:
- Black -> black: Black pixels in the mask image will be black in the output image. All other pixels remain unchanged.
- White -> white: White pixels in the mask image will be white in the output image. All other pixels remain unchanged.
- Black -> white: Black pixels in the mask image will be white in the output image. All other pixels remain unchanged.
- White -> black: White pixels in the mask image will be black in the output image. All other pixels remain unchanged.