OpenCV
4.7.0
Open Source Computer Vision
|
Classes | |
class | cv::details::FPDenormalsIgnoreHintScope |
class | cv::details::FPDenormalsIgnoreHintScopeNOOP |
struct | cv::details::FPDenormalsModeState |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::details | |
Macros | |
#define | OPENCV_SUPPORTS_FP_DENORMALS_HINT 0 |
Typedefs | |
typedef details::FPDenormalsIgnoreHintScopeNOOP | cv::FPDenormalsIgnoreHintScope |
Functions | |
bool | cv::details::restoreFPDenormalsState (const FPDenormalsModeState &state) |
int | cv::details::saveFPDenormalsState (FPDenormalsModeState &state) |
void | cv::details::setFPDenormalsIgnoreHint (bool ignore, FPDenormalsModeState &state) |
#define OPENCV_SUPPORTS_FP_DENORMALS_HINT 0 |