Skip to content

bioinspired_RetinaFastToneMapping_create

bioinspiredfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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;
inputSize

input 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.