Click or drag to resize

Cv2GetBuildInformation Method

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:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static string GetBuildInformation()

Return Value

Type: String

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetBuildInformation"]

See Also