Method Process
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Process(InputArray, InputArray, Point)
Composites the given image into the timelapse at the given position.
public void Process(InputArray img, InputArray mask, Point tl)
Parameters
imgInputArraySource image
maskInputArrayMask indicating valid pixels of the source image
tlPointTop-left corner of the source image in the destination plane