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.
- 数据类型:区域
Region2#
Accepts a region from all vTools that produce a region as an output, e.g., Thresholding vTools or Matching vTools.
- 数据类型:区域
输出#
区域#
Returns the combined region of both input regions. The output region can be used by any vTool accepting regions as input.
- 数据类型:区域