intensity_transform_logTransform
import { intensity_transform_logTransform } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSinput, output
FUNCTIONintensity_transform_logTransform
RETURN TYPEvoid
Given an input bgr or grayscale image and constant c, apply log transformation to the image on domain [0, 255] and return the resulting image.
intensity_transform_logTransform(input: Mat, output: Mat): void;inputinput bgr or grayscale image.
outputresulting image of log transformations.
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.