Skip to content

utils_copyMatAndDumpNamedArguments

Core and matricesfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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;
src

src argument (Mat).

dst

Output destination, filled by the native operation. dst argument (Mat).

params

params 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.