Package org.opencv.bioinspired
Class RetinaFastToneMapping
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.bioinspired.RetinaFastToneMapping
-
public class RetinaFastToneMapping extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RetinaFastToneMapping(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static RetinaFastToneMapping __fromPtr__(long addr)
-
create
public static RetinaFastToneMapping create(Size inputSize)
-
setup
public void setup(float photoreceptorsNeighborhoodRadius, float ganglioncellsNeighborhoodRadius, float meanLuminanceModulatorK)
-
setup
public void setup(float photoreceptorsNeighborhoodRadius, float ganglioncellsNeighborhoodRadius)
-
setup
public void setup(float photoreceptorsNeighborhoodRadius)
-
setup
public void setup()
-
-