OutputArrayFixedSize Property |
http://www.emgu.com
True if the output array is fixed size
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic bool FixedSize { get; }
Public ReadOnly Property FixedSize As Boolean
Get
public:
property bool FixedSize {
bool get ();
}
member FixedSize : bool with get
Property Value
Type:
Boolean
See Also