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