EstervQrCode 1.1.1
Library for qr code manipulation
Classes | Functions
cv::details Namespace Reference

Classes

struct  FPDenormalsModeState
 
class  FPDenormalsIgnoreHintScope
 
class  FPDenormalsIgnoreHintScopeNOOP
 

Functions

CV_EXPORTS void setFPDenormalsIgnoreHint (bool ignore, CV_OUT FPDenormalsModeState &state)
 
CV_EXPORTS int saveFPDenormalsState (CV_OUT FPDenormalsModeState &state)
 
CV_EXPORTS bool restoreFPDenormalsState (const FPDenormalsModeState &state)
 

Function Documentation

◆ restoreFPDenormalsState()

CV_EXPORTS bool cv::details::restoreFPDenormalsState ( const FPDenormalsModeState state)

◆ saveFPDenormalsState()

CV_EXPORTS int cv::details::saveFPDenormalsState ( CV_OUT FPDenormalsModeState state)

◆ setFPDenormalsIgnoreHint()

CV_EXPORTS void cv::details::setFPDenormalsIgnoreHint ( bool  ignore,
CV_OUT FPDenormalsModeState state 
)