flipND
import { flipND } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSsrc, dst, axis
FUNCTIONflipND
RETURN TYPEvoid
Flips a n-dimensional at given axis
flipND(src: Mat, dst: Mat, axis: number): void;srcinput array
dstOutput destination, filled by the native operation. output array that has the same shape of src
axisaxis that performs a flip on. 0 <= axis < src.dims.
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.