Package | Description |
---|---|
org.opencv.xphoto |
Modifier and Type | Method and Description |
---|---|
static TonemapDurand |
TonemapDurand.__fromPtr__(long addr) |
static TonemapDurand |
Xphoto.createTonemapDurand()
Creates TonemapDurand object
You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those.
|
static TonemapDurand |
Xphoto.createTonemapDurand(float gamma)
Creates TonemapDurand object
You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those.
|
static TonemapDurand |
Xphoto.createTonemapDurand(float gamma,
float contrast)
Creates TonemapDurand object
You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those.
|
static TonemapDurand |
Xphoto.createTonemapDurand(float gamma,
float contrast,
float saturation)
Creates TonemapDurand object
You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those.
|
static TonemapDurand |
Xphoto.createTonemapDurand(float gamma,
float contrast,
float saturation,
float sigma_color)
Creates TonemapDurand object
You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those.
|
static TonemapDurand |
Xphoto.createTonemapDurand(float gamma,
float contrast,
float saturation,
float sigma_color,
float sigma_space)
Creates TonemapDurand object
You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those.
|
Copyright © 2020. All rights reserved.