Region Combiner vTool#
The vTool offers the following operations:
- AND: Regions are combined using an AND operation, i.e., creating a union of both regions.
- OR: Regions are combined using an OR operation, i.e., creating an intersection of both regions.
- XOR: Regions are combined using an XOR operation, i.e., creating the symmetric difference of both regions.
入力#
Region1#
Accepts a region from all vTools that produce a region as an output, e.g., Thresholding vTools or Matching vTools.
- データ型:Region
Region2#
Accepts a region from all vTools that produce a region as an output, e.g., Thresholding vTools or Matching vTools.
- データ型:Region
出力#
領域#
Returns the combined region of both input regions. The output region can be used by any vTool accepting regions as input.
- データ型:Region