detail_createLaplacePyr
import { detail_createLaplacePyr } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSimg, num_levels, pyr
FUNCTIONdetail_createLaplacePyr
RETURN TYPEvoid
Create an owned void instance with the supplied configuration.
detail_createLaplacePyr(img: Mat, num_levels: number, pyr: UMatVector): void;imgimg argument (Mat).
num_levelsnum levels argument (number).
pyrInput/output value, modified by the native operation. pyr argument (UMatVector).
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.