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