Apply Masks to Image
Function
This Step is used to extract images of target regions based on masks, removing background interference. It is commonly used as a preprocessing step for subsequent Steps.
Usage Scenario
This Step is commonly used to extract individual target objects from complex scene images as input for subsequent Steps (e.g., deep learning).
Input Description
| Input item | Description |
|---|---|
Image |
Each part of the input image covered by a mask will be output as an image list. |
Mask |
The masks input through this port will be applied to the image to help extract target regions. |
Output Description
| Output item | Description |
|---|---|
Masked Image |
The extracted images of the regions covered by masks. |