pub fn copy_1(in_: &impl GFrameTraitConst) -> Result<GFrame>
Expand description
Makes a copy of the input frame. 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”
§Parameters
- in: Input frame
§Returns
Copy of the input