| Package | Description |
|---|---|
| org.opencv.ximgproc |
| Modifier and Type | Method and Description |
|---|---|
static FastGlobalSmootherFilter |
FastGlobalSmootherFilter.__fromPtr__(long addr) |
static FastGlobalSmootherFilter |
Ximgproc.createFastGlobalSmootherFilter(Mat guide,
double lambda,
double sigma_color)
Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines.
|
static FastGlobalSmootherFilter |
Ximgproc.createFastGlobalSmootherFilter(Mat guide,
double lambda,
double sigma_color,
double lambda_attenuation)
Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines.
|
static FastGlobalSmootherFilter |
Ximgproc.createFastGlobalSmootherFilter(Mat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter)
Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines.
|
Copyright © 2022. All rights reserved.