| Package | Description |
|---|---|
| org.bytedeco.opencv.global |
| Modifier and Type | Method and Description |
|---|---|
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(GpuMat guide,
double lambda,
double sigma_color) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(GpuMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(Mat guide,
double lambda,
double sigma_color) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(Mat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter)
\brief Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines.
|
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(UMat guide,
double lambda,
double sigma_color) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(UMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
Copyright © 2022. All rights reserved.