CvArrayTDepthSetIdentity Method (MCvScalar) |
http://www.emgu.com
Initializes scaled identity matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void SetIdentity(
MCvScalar value
)
Public Sub SetIdentity (
value As MCvScalar
)
public:
void SetIdentity(
MCvScalar value
)
member SetIdentity :
value : MCvScalar -> unit
Parameters
- value
- Type: Emgu.CV.StructureMCvScalar
The value on the diagonal
See Also