http://www.emgu.com
True if the matrix is a submatrix of another matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool IsSubmatrix { get; }
Public ReadOnly Property IsSubmatrix As Boolean
Get
public:
property bool IsSubmatrix {
bool get ();
}
member IsSubmatrix : bool with get
Property Value
Type:
Boolean
See Also