OpenCV  4.5.2
Open Source Computer Vision
Namespaces | Functions
saturate.hpp File Reference
#include <math.h>
#include <limits>
#include <type_traits>
#include <opencv2/gapi/own/assert.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::own
 

Functions

double cv::gapi::own::ceild (double x)
 
double cv::gapi::own::floord (double x)
 
double cv::gapi::own::rintd (double x)
 
double cv::gapi::own::roundd (double x)
 
template<typename DST , typename SRC >
static DST cv::gapi::own::saturate (SRC x)
 
template<typename DST , typename SRC , typename R >
static DST cv::gapi::own::saturate (SRC x, R round)