Table of Contents

Method Broadcast

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Broadcast(InputArray, InputArray, OutputArray)

Broadcasts the given array to the given shape.

public static void Broadcast(InputArray src, InputArray shape, OutputArray dst)

Parameters

src InputArray

input array

shape InputArray

target shape. Should be a list of CV_32S numbers. Negative values are not supported.

dst OutputArray

output array that has the given shape