Module opencv::cudafilters[][src]

Expand description

Image Filtering

Functions and classes described in this section are used to perform various linear or non-linear filtering operations on 2D images.

Note:

  • An example containing all basic morphology operators like erode and dilate can be found at opencv_source_code/samples/gpu/morphology.cpp

Modules

Traits

Common interface for all CUDA filters :

Functions

Creates a normalized 2D box filter.

Creates the maximum filter.

Creates the minimum filter.

Creates a vertical 1D box filter.

Creates a generalized Deriv operator.

Creates a Gaussian filter.

Creates a Laplacian operator.

Creates a non-separable linear 2D filter.

Performs median filtering for each point of the source image.

Creates a 2D morphological filter.

Creates a horizontal 1D box filter.

Creates a vertical or horizontal Scharr operator.

Creates a separable linear filter.

Creates a Sobel operator.