bioinspired_RetinaFastToneMapping_create
import { bioinspired_RetinaFastToneMapping_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSinputSize
FUNCTIONbioinspired_RetinaFastToneMapping_create
RETURN TYPEbioinspired_RetinaFastToneMapping | null
Create an owned bioinspired_RetinaFastToneMapping instance with the supplied configuration.
a wrapper class which allows the tone mapping algorithm of Meylan&al(2007) to be used with OpenCV.
bioinspired_RetinaFastToneMapping_create(inputSize: Size): bioinspired_RetinaFastToneMapping | null;inputSizeinput size argument (Size).
Returns
The bioinspired_RetinaFastToneMapping | null result.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.