gapi_copy
import { gapi_copy } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSin_
FUNCTIONgapi_copy
RETURN TYPEGMat
namespace streaming
Makes a copy of the input image. Note that this copy may be not real (no actual data copied). Use this function to maintain graph contracts, e.g when graph's input needs to be passed directly to output, like in Streaming mode.
Note: Function textual ID is "org.opencv.streaming.copy"
gapi_copy(in_: GMat): GMat;in_Input image
Returns
Copy of the input Release returned native handles with using or delete(), including handles nested in results.
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.