ximgproc_transformFD
import { ximgproc_transformFD } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSsrc, t, dst, fdContour
FUNCTIONximgproc_transformFD
RETURN TYPEvoid
transform a contour
ximgproc_transformFD(src: Mat, t: Mat, dst: Mat, fdContour: boolean): void;2 available overloads
ximgproc_transformFD(src: Mat, t: Mat, dst: Mat): void;ximgproc_transformFD(src: Mat, t: Mat, dst: Mat, fdContour: boolean): void;srccontour or Fourier Descriptors if fd is true
ttransform Mat given by estimateTransformation
dstOutput destination, filled by the native operation. Mat of type CV_64FC2 and nbElt rows
fdContourtrue src are Fourier Descriptors. fdContour false src is a contour
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.