MatSubtraction Operator |
Name | Description | |
---|---|---|
![]() ![]() | Subtraction(Double, Mat) | value - mat |
![]() ![]() | Subtraction(Mat, Mat) |
Element wise subtract another mat from the current mat
|
![]() ![]() | Subtraction(Mat, MCvScalar) |
Element wise subtract another mat from the current mat
|
![]() ![]() | Subtraction(Mat, Double) |
Element wise subtract value from the current mat
|
![]() ![]() | Subtraction(MCvScalar, Mat) |
Element wise subtract value from the current mat
|