Computes a median pixel value over a window of the input image [R00083].
The median is the middle value over an odd-numbered, sorted range of values.
- Note
- For kernels that use other structuring patterns than 3x3 see
vxNonLinearFilterNode.
◆ vxMedian3x3Node()
[Graph] Creates a Median Image Node.
- Parameters
-
| [in] | graph | The reference to the graph [R00229]. |
| [in] | input | The input image in VX_DF_IMAGE_U8 format [R00230]. |
| [out] | output | The output image in VX_DF_IMAGE_U8 format [R00231]. |
- Returns
vx_node [R00232].
- Return values
-
| vx_node | A node reference. Any possible errors preventing a successful creation should be checked using vxGetStatus |