| SparseMatIndexerTParent Property |
Parent matrix object
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected SparseMat Parent { get; }
Protected ReadOnly Property Parent As SparseMat
Get
protected:
property SparseMat^ Parent {
SparseMat^ get ();
}
member Parent : SparseMat with get
Property Value
Type:
SparseMatSee Also