![]() |
| eyes cut | Cuts out a range of intensity values |
Pixel intensities between two thresholds are set to a value (default is 0). The remaining intensities are left alone.
| Inlets & Arguments: |
|
|
Name |
|
Description |
|
|
image |
|
Eyes Image, standard operator messages see: eyes messages |
|
|
threshold low |
|
Threshold low: If t < pixel < t2 then pixel = value, |
|
|
threshold high |
|
High threshold |
|
|
value |
|
Value to assign to pixels within threshold range. Default = 0. |
| Outlets: |
|
|
Name | Description |
|
|
cut image | Image with the specified intensities set to 0 (or another value if specified). |
| Messages: |
| Standard messages |
| Accepts all messages sent to the eyes object. See eyes messages. |
| Argument messages |
| Accepts all inlet arguments as messages: t, lo, and hi. |
| Example: |
See background.
| See Also: |
| threshold, background, difference, <, >, <=, >=, ><, <>, ==, != |