CvInvokeBuildInformation Property |
http://www.emgu.com
Returns full configuration time cmake output.
Returned value is raw cmake output including version control system revision, compiler version, compiler flags, enabled modules and third party libraries, etc.Output format depends on target architecture.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static string BuildInformation { get; }
Public Shared ReadOnly Property BuildInformation As String
Get
public:
static property String^ BuildInformation {
String^ get ();
}
static member BuildInformation : string with get
Property Value
Type:
String
See Also