utils_copyMatAndDumpNamedArguments
import { utils_copyMatAndDumpNamedArguments } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSsrc, dst, params
FUNCTIONutils_copyMatAndDumpNamedArguments
RETURN TYPEstring
Copy the supplied matrix to the destination and return a diagnostic string describing the named arguments used by OpenCV's binding tests.
utils_copyMatAndDumpNamedArguments(src: Mat, dst: Mat, params: utils_FunctionParams): string;2 available overloads
utils_copyMatAndDumpNamedArguments(src: Mat, dst: Mat): string;utils_copyMatAndDumpNamedArguments(src: Mat, dst: Mat, params: utils_FunctionParams): string;srcsrc argument (Mat).
dstOutput destination, filled by the native operation. dst argument (Mat).
paramsparams argument (utils_FunctionParams).
Returns
The string result.
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.