| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxFilter(int srcType,
int dstType,
opencv_core.Size ksize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxFilter(int srcType,
int dstType,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a normalized 2D box filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxMaxFilter(int srcType,
opencv_core.Size ksize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxMaxFilter(int srcType,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates the maximum filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxMinFilter(int srcType,
opencv_core.Size ksize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxMinFilter(int srcType,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates the minimum filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createColumnSumFilter(int srcType,
int dstType,
int ksize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createColumnSumFilter(int srcType,
int dstType,
int ksize,
int anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a vertical 1D box filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createDerivFilter(int srcType,
int dstType,
int dx,
int dy,
int ksize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createDerivFilter(int srcType,
int dstType,
int dx,
int dy,
int ksize,
boolean normalize,
double scale,
int rowBorderMode,
int columnBorderMode)
\brief Creates a generalized Deriv operator.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createGaussianFilter(int srcType,
int dstType,
opencv_core.Size ksize,
double sigma1) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createGaussianFilter(int srcType,
int dstType,
opencv_core.Size ksize,
double sigma1,
double sigma2,
int rowBorderMode,
int columnBorderMode)
\brief Creates a Gaussian filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createLaplacianFilter(int srcType,
int dstType) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createLaplacianFilter(int srcType,
int dstType,
int ksize,
double scale,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a Laplacian operator.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.GpuMat kernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.Mat kernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a non-separable linear 2D filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.UMat kernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMedianFilter(int srcType,
int windowSize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMedianFilter(int srcType,
int windowSize,
int partition)
\}
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.GpuMat kernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int iterations) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.Mat kernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int iterations)
\brief Creates a 2D morphological filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.UMat kernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int iterations) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createRowSumFilter(int srcType,
int dstType,
int ksize) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createRowSumFilter(int srcType,
int dstType,
int ksize,
int anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a horizontal 1D box filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createScharrFilter(int srcType,
int dstType,
int dx,
int dy) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createScharrFilter(int srcType,
int dstType,
int dx,
int dy,
double scale,
int rowBorderMode,
int columnBorderMode)
\brief Creates a vertical or horizontal Scharr operator.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.GpuMat rowKernel,
opencv_core.GpuMat columnKernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.GpuMat rowKernel,
opencv_core.GpuMat columnKernel,
opencv_core.Point anchor,
int rowBorderMode,
int columnBorderMode) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.Mat rowKernel,
opencv_core.Mat columnKernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.Mat rowKernel,
opencv_core.Mat columnKernel,
opencv_core.Point anchor,
int rowBorderMode,
int columnBorderMode)
\brief Creates a separable linear filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.UMat rowKernel,
opencv_core.UMat columnKernel) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.UMat rowKernel,
opencv_core.UMat columnKernel,
opencv_core.Point anchor,
int rowBorderMode,
int columnBorderMode) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSobelFilter(int srcType,
int dstType,
int dx,
int dy) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSobelFilter(int srcType,
int dstType,
int dx,
int dy,
int ksize,
double scale,
int rowBorderMode,
int columnBorderMode)
\brief Creates a Sobel operator.
|
Copyright © 2018. All rights reserved.