| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_ximgproc |
| 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) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(GpuMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
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) |
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(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) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(UMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
static FastGlobalSmootherFilter |
opencv_ximgproc.createFastGlobalSmootherFilter(UMat guide,
double lambda,
double sigma_color,
double lambda_attenuation,
int num_iter) |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
FastGlobalSmootherFilter.asAlgorithm(FastGlobalSmootherFilter pointer) |
static Algorithm |
FastGlobalSmootherFilter.asAlgorithm(FastGlobalSmootherFilter pointer) |
Copyright © 2024. All rights reserved.