MatDivision Operator (Double, Mat) |
http://www.emgu.com scale / mat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static Mat operator /(
double scale,
Mat mat
)
Public Shared Operator / (
scale As Double,
mat As Mat
) As Mat
public:
static Mat^ operator /(
double scale,
Mat^ mat
)
static let inline (/)
scale : float *
mat : Mat : Mat
Parameters
- scale
- Type: SystemDouble
The scale - mat
- Type: Emgu.CVMat
The mat
Return Value
Type:
Matscale /
mat
See Also