ccm_gammaCorrection
import { ccm_gammaCorrection } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSsrc, dst, gamma
FUNCTIONccm_gammaCorrection
RETURN TYPEvoid
Applies gamma correction to the input image.
ccm_gammaCorrection(src: Mat, dst: Mat, gamma: number): void;srcInput image.
dstOutput destination, filled by the native operation. Output image.
gammaGamma correction greater than zero.
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.