Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 621 Bytes

boxFilter.rst

File metadata and controls

34 lines (22 loc) · 621 Bytes

boxFilter

image

Functionality

Blurs an image using the box filter.

Inputs

  • anchor_in – Anchor point.
  • borderType_in – Pixel extrapolation method, see cv::BorderTypes
  • ddepth_in – The output image depth.
  • image_in – Input image.
  • ksize_in – Blurring kernel size.
  • normalize_in – Flag, specifying whether the kernel is normalized by its area or not.

Outputs

  • image_out – Output image.

Locals

Examples

image