![]() |
| eyes convolve | Convolves a kernel with the image |
Convolve a kernel mask with each pixel in the image. Convolve is the sum of products of pixels in the kernel and image.
| Inlets & Arguments: |
|
|
Name |
|
Description |
|
|
image |
|
Eyes Image, standard operator messages see: eyes messages |
|
|
X size |
|
The width of the local area around each pixel. |
|
|
Y size |
|
The height of the local area around each pixel. |
| Outlets: |
|
|
Name | Description |
|
|
convolved image | Image with the maxium value over local areas assigned to each pixel. |
| Messages: |
| Standard messages |
| Accepts all messages sent to the eyes object. See eyes messages. |
| Argument messages |
| Accepts all inlet arguments as messages: xsize, ysize |
| kernel xsize ysize [data->xsize*ysize] |
| Example: |

| See Also: |
| feature, average, correlate, min, max |