EstervQrCode 2.0.0
Library for qr code manipulation
Loading...
Searching...
No Matches
Classes | Functions

Classes

class  FPDenormalsIgnoreHintScope
 
class  FPDenormalsIgnoreHintScopeNOOP
 
struct  FPDenormalsModeState
 

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 
)