Method CreateRLEImage
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CreateRLEImage(IEnumerable<Point3i>, OutputArray, Size?)
Creates a run-length encoded image from a vector of runs (column begin, column end, row)
public static void CreateRLEImage(IEnumerable<Point3i> runs, OutputArray res, Size? size = null)
Parameters
runsIEnumerable<Point3i>vector of runs
resOutputArrayresult
sizeSize?image size (to be used if an "on" boundary should be used in erosion, using the default means that the size is computed from the extension of the input)