sets some of the matrix elements to s, according to the mask
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic GpuMat SetTo(
Scalar s,
GpuMat mask = null
)
Public Function SetTo (
s As Scalar,
Optional mask As GpuMat = Nothing
) As GpuMat
public:
GpuMat^ SetTo(
Scalar s,
GpuMat^ mask = nullptr
)
member SetTo :
s : Scalar *
?mask : GpuMat
(* Defaults:
let _mask = defaultArg mask null
*)
-> GpuMat
Parameters
- s
- Type: OpenCvSharpScalar
- mask (Optional)
- Type: OpenCvSharp.CudaGpuMat
Return Value
Type:
GpuMat
See Also