Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static Scalar All(
double v
)
Public Shared Function All (
v As Double
) As Scalar
public:
static Scalar All(
double v
)
static member All :
v : float -> Scalar
OpenCvSharp.Scalar.All = function(v);
Parameters
- v
- Type: SystemDouble
Return Value
Type:
Scalar
See Also