| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_ximgproc.FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(opencv_core.GpuMat guide,
double lambda,
double sigma_color) |
static opencv_ximgproc.FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(opencv_core.GpuMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
static opencv_ximgproc.FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(opencv_core.Mat guide,
double lambda,
double sigma_color) |
static opencv_ximgproc.FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(opencv_core.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 opencv_ximgproc.FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(opencv_core.UMat guide,
double lambda,
double sigma_color) |
static opencv_ximgproc.FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(opencv_core.UMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
Copyright © 2018. All rights reserved.