| Package | Description |
|---|---|
| org.bytedeco.opencv.global |
| Modifier and Type | Method and Description |
|---|---|
static DTFilter |
opencv_ximgproc.createDTFilter(GpuMat guide,
double sigmaSpatial,
double sigmaColor) |
static DTFilter |
opencv_ximgproc.createDTFilter(GpuMat guide,
double sigmaSpatial,
double sigmaColor,
int mode,
int numIters) |
static DTFilter |
opencv_ximgproc.createDTFilter(Mat guide,
double sigmaSpatial,
double sigmaColor) |
static DTFilter |
opencv_ximgproc.createDTFilter(Mat guide,
double sigmaSpatial,
double sigmaColor,
int mode,
int numIters)
\brief Factory method, create instance of DTFilter and produce initialization routines.
|
static DTFilter |
opencv_ximgproc.createDTFilter(UMat guide,
double sigmaSpatial,
double sigmaColor) |
static DTFilter |
opencv_ximgproc.createDTFilter(UMat guide,
double sigmaSpatial,
double sigmaColor,
int mode,
int numIters) |
Copyright © 2022. All rights reserved.