Class | Description |
---|---|
Difference |
This processor gets two pixel sets (U and A) and returns the difference of these sets,
denoted U \ A, is the set of all members of U that are not members of A
Created by jebuss on 17.12.15.
|
FromChidArray |
Convert an int array of chids into a PixelSet
|
Intersection |
This processor gets two pixel sets and performs a intersection of the sets A and B, denoted A ∩ B,
is the set of all objects that are members of both A and B.
|
Invert |
This processor gets a pixel set and returns the reverted set for the whole camera.
|
Length |
This processor calculates the length of a pixelset and put it in the data item.
|
SymmetricDifference |
This processor gets two pixel sets (A and B) and returns the symmetric difference of sets A and B,
denoted A △ B or A ⊖ B, is the set of all objects that are a member of exactly one of A and B
(elements which are in one of the sets, but not in both).
|
ToChidArray |
This processor creates an int array with the chids
from the pixelSet.
|
Union |
This processor gets two pixel sets and performs a union of these sets.
|
Copyright © 2019. All rights reserved.