public class RetinaFastToneMapping extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
RetinaFastToneMapping(long addr) |
Modifier and Type | Method and Description |
---|---|
static RetinaFastToneMapping |
__fromPtr__(long addr) |
void |
applyFastToneMapping(Mat inputImage,
Mat outputToneMappedImage) |
static RetinaFastToneMapping |
create(Size inputSize) |
protected void |
finalize() |
void |
setup() |
void |
setup(float photoreceptorsNeighborhoodRadius) |
void |
setup(float photoreceptorsNeighborhoodRadius,
float ganglioncellsNeighborhoodRadius) |
void |
setup(float photoreceptorsNeighborhoodRadius,
float ganglioncellsNeighborhoodRadius,
float meanLuminanceModulatorK) |
clear, empty, getDefaultName, getNativeObjAddr, save
public static RetinaFastToneMapping __fromPtr__(long addr)
public static RetinaFastToneMapping create(Size inputSize)
public void setup(float photoreceptorsNeighborhoodRadius, float ganglioncellsNeighborhoodRadius, float meanLuminanceModulatorK)
public void setup(float photoreceptorsNeighborhoodRadius, float ganglioncellsNeighborhoodRadius)
public void setup(float photoreceptorsNeighborhoodRadius)
public void setup()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0