CvArrDiv Method (CvArr, CvArr, Double) OpenCvSharp Class Library
Performs per-element division of two arrays

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Div(
	CvArr src2,
	CvArr dst,
	double scale
)

Parameters

src2
Type: OpenCvSharpCvArr
The second source array.
dst
Type: OpenCvSharpCvArr
The destination array.
scale
Type: SystemDouble
Optional scale factor
See Also

Reference