OpenCV  4.7.0-dev
Open Source Computer Vision
Public Member Functions | Protected Attributes | List of all members
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: