![]() |
Visual Servoing Platform
version 3.2.0
|
Functions | |
VISP_EXPORT bool | checkSSE2 () |
VISP_EXPORT bool | checkSSE3 () |
VISP_EXPORT bool | checkSSSE3 () |
VISP_EXPORT bool | checkSSE41 () |
VISP_EXPORT bool | checkSSE42 () |
VISP_EXPORT bool | checkAVX () |
VISP_EXPORT bool | checkAVX2 () |
VISP_EXPORT void | printCPUInfo () |
Variables | |
static const FeatureDetector::cpu_x86 | cpu_features |
Check CPU features (hardware capabilities).
The example below shows how to check or get CPU capabilities.
bool vpCPUFeatures::checkAVX | ( | ) |
Definition at line 85 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkAVX2 | ( | ) |
Definition at line 87 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSE2 | ( | ) |
Definition at line 75 of file vpCPUFeatures.cpp.
Referenced by vpMbtFaceDepthDense::computeDesiredFeatures(), vpMbtFaceDepthNormal::computeDesiredFeatures(), vpMbtFaceDepthDense::computeInteractionMatrixAndResidu(), and vpMbtFaceDepthNormal::estimateFeatures().
bool vpCPUFeatures::checkSSE3 | ( | ) |
Definition at line 77 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSE41 | ( | ) |
Definition at line 81 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSE42 | ( | ) |
Definition at line 83 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSSE3 | ( | ) |
Definition at line 79 of file vpCPUFeatures.cpp.
void vpCPUFeatures::printCPUInfo | ( | ) |
Definition at line 89 of file vpCPUFeatures.cpp.
|
static |
Definition at line 73 of file vpCPUFeatures.cpp.