Skip to content

Region Combiner vTool#

The Region Combiner vTool allows you to combine two regions using logical operations.

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.

Inputs#

Region1#

Accepts a region from all vTools that produce a region as an output, e.g., Thresholding vTools or Matching vTools.

  • Data type: Region

Region2#

Accepts a region from all vTools that produce a region as an output, e.g., Thresholding vTools or Matching vTools.

  • Data type: Region

Outputs#

Region#

Returns the combined region of both input regions. The output region can be used by any vTool accepting regions as input.

  • Data type: Region