Click or drag to resize

MergeMertensProcess Method (IEnumerableMat, OutputArray)

Short version of process, that doesn't take extra arguments.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Process(
	IEnumerable<Mat> src,
	OutputArray dst
)

Parameters

src
Type: System.Collections.GenericIEnumerableMat
vector of input images
dst
Type: OpenCvSharpOutputArray
result image
See Also