OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::details::FPDenormalsIgnoreHintScope Class Reference

#include <opencv2/core/utils/fp_control_utils.hpp>

Public Member Functions

 FPDenormalsIgnoreHintScope (bool ignore=true)
 FPDenormalsIgnoreHintScope (const FPDenormalsModeState &state)
 ~FPDenormalsIgnoreHintScope ()

Protected Attributes

FPDenormalsModeState saved_state

Constructor & Destructor Documentation

◆ FPDenormalsIgnoreHintScope() [1/2]

cv::details::FPDenormalsIgnoreHintScope::FPDenormalsIgnoreHintScope ( bool ignore = true)
inlineexplicit

◆ FPDenormalsIgnoreHintScope() [2/2]

cv::details::FPDenormalsIgnoreHintScope::FPDenormalsIgnoreHintScope ( const FPDenormalsModeState & state)
inlineexplicit

◆ ~FPDenormalsIgnoreHintScope()

cv::details::FPDenormalsIgnoreHintScope::~FPDenormalsIgnoreHintScope ( )
inline

Member Data Documentation

◆ saved_state

FPDenormalsModeState cv::details::FPDenormalsIgnoreHintScope::saved_state
protected

The documentation for this class was generated from the following file: