public class FastBilateralSolverFilter extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
FastBilateralSolverFilter(long addr) |
Modifier and Type | Method and Description |
---|---|
static FastBilateralSolverFilter |
__fromPtr__(long addr) |
void |
filter(Mat src,
Mat confidence,
Mat dst)
Apply smoothing operation to the source image.
|
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, save
public static FastBilateralSolverFilter __fromPtr__(long addr)
public void filter(Mat src, Mat confidence, Mat dst)
src
- source image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 3 channels.confidence
- confidence image with unsigned 8-bit or floating-point 32-bit confidence and 1 channel.dst
- destination image.
Note: Confidence images with CV_8U depth are expected to in [0, 255] and CV_32F in [0, 1] range.Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2