Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
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 53 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkAVX2 | ( | ) |
Definition at line 55 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSE2 | ( | ) |
Definition at line 43 of file vpCPUFeatures.cpp.
Referenced by vpMbtFaceDepthDense::computeDesiredFeatures(), vpMbtFaceDepthNormal::computeDesiredFeatures(), vpMbtFaceDepthDense::computeInteractionMatrixAndResidu(), vpMbTracker::computeJTR(), vpImageMorphology::dilatation(), vpImageMorphology::erosion(), vpMbtFaceDepthNormal::estimateFeatures(), vpColVector::hadamard(), vpMatrix::hadamard(), vpImageTools::imageAdd(), vpImageTools::imageSubtract(), vpImageTools::normalizedCorrelation(), vpMatrix::operator*(), vpImageTools::remap(), vpColVector::stdev(), vpColVector::sum(), vpColVector::sumSquare(), and vpImageTools::templateMatching().
bool vpCPUFeatures::checkSSE3 | ( | ) |
Definition at line 45 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSE41 | ( | ) |
Definition at line 49 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSE42 | ( | ) |
Definition at line 51 of file vpCPUFeatures.cpp.
bool vpCPUFeatures::checkSSSE3 | ( | ) |
Definition at line 47 of file vpCPUFeatures.cpp.
Referenced by vpImageConvert::BGRToGrey(), vpImageConvert::convert(), vpImageTools::imageDifference(), vpImageConvert::RGBaToGrey(), and vpImageConvert::RGBToGrey().
void vpCPUFeatures::printCPUInfo | ( | ) |
Definition at line 57 of file vpCPUFeatures.cpp.
|
static |
Definition at line 41 of file vpCPUFeatures.cpp.