CvDiv Method (CvArr, 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 static void Div(
	CvArr src1,
	CvArr src2,
	CvArr dst,
	double scale
)

Parameters

src1
Type: OpenCvSharpCvArr
The first source array. If the pointer is NULL, the array is assumed to be all 1’s.
src2
Type: OpenCvSharpCvArr
The second source array.
dst
Type: OpenCvSharpCvArr
The destination array.
scale
Type: SystemDouble
Optional scale factor
See Also

Reference