http://www.emgu.com
True if the matrix is a submatrix of another matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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