Next: Mathematical Morphology Operators
Up: Mask Generation
Previous: Logical Operators
For Threshold operations,
the result image is dependent on the Out operand,
as discussed in Section 15.1.1.
There are 6 operators in the Threshold category:
{
} xxx
- LT
-
Performs a ``less than'' operation between corresponding
pixels from the two 3D image volumes at the offsets specified in
the Src1 and Src2 operands (i.e. ).
- LE
-
Performs a ``less than or equals'' operation between corresponding
pixels from the two 3D image volumes at the offsets specified in
the Src1 and Src2 operands (i.e. ).
- EQ
-
Performs an ``equals to'' operation between corresponding
pixels from the two 3D image volumes at the offsets specified in
the Src1 and Src2 operands (i.e. ).
- GE
-
Performs a ``greater than or equals'' operation between corresponding
pixels from the two 3D image volumes at the offsets specified in
the Src1 and Src2 operands (i.e. ).
- GT
-
Performs a ``greater than'' operation between corresponding
pixels from the two 3D image volumes at the offsets specified in
the Src1 and Src2 operands (i.e. ).
- NE
-
Performs a ``not equals to'' operation between corresponding
pixels from the two 3D image volumes at the offsets specified in
the Src1 and Src2 operands (i.e. ).
Next: Mathematical Morphology Operators
Up: Mask Generation
Previous: Logical Operators