OperationParameters Property |
http://www.emgu.com
The parameters for this method
Namespace:
Emgu.CV.UI
Assemblies:
Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
Syntaxpublic Object[] Parameters { get; set; }
Public Property Parameters As Object()
Get
Set
public:
property array<Object^>^ Parameters {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
member Parameters : Object[] with get, set
Property Value
Type:
Object
See Also