| Cv2GetCpuFeaturesLine Method |
Returns list of CPU features enabled during compilation.
Returned value is a string containing space separated list of CPU features with following markers:
- no markers - baseline features
- prefix `*` - features enabled in dispatcher
- suffix `?` - features enabled but not available in HW
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static string GetCpuFeaturesLine()
Public Shared Function GetCpuFeaturesLine As String
public:
static String^ GetCpuFeaturesLine()
static member GetCpuFeaturesLine : unit -> string
Return Value
Type:
String[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetCpuFeaturesLine"]
Examples
`SSE SSE2 SSE3* SSE4.1 *SSE4.2 *FP16* AVX *AVX2* AVX512-SKX?`
See Also