OpenCV
5.0.0-pre
Open Source Computer Vision
|
Classes | |
class | cv::details::FPDenormalsIgnoreHintScope |
class | cv::details::FPDenormalsIgnoreHintScopeNOOP |
struct | cv::details::FPDenormalsModeState |
Namespaces | |
namespace | cv |
namespace | 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 |