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