|
double | ceild (double x) |
|
GMatDesc | descr_of (const Mat &mat) |
|
double | floord (double x) |
|
const Rect | operator & (const Rect &lhs, const Rect &rhs) |
|
Rect & | operator &= (Rect &lhs, const Rect &rhs) |
|
bool | operator!= (const Rect &lhs, const Rect &rhs) |
|
bool | operator!= (const Size &lhs, const Size &rhs) |
|
Size & | operator+= (Size &lhs, const Size &rhs) |
|
std::ostream & | operator<< (std::ostream &o, const Rect &rect) |
|
std::ostream & | operator<< (std::ostream &o, const Size &s) |
|
bool | operator== (const Scalar &lhs, const Scalar &rhs) |
|
bool | operator== (const Rect &lhs, const Rect &rhs) |
|
bool | operator== (const Size &lhs, const Size &rhs) |
|
double | rintd (double x) |
|
double | roundd (double x) |
|
template<typename DST , typename SRC > |
static DST | saturate (SRC x) |
|
template<typename DST , typename SRC , typename R > |
static DST | saturate (SRC x, R round) |
|
cv::Mat | to_ocv (Mat const &m) |
|
cv::Mat | to_ocv (Mat &&)=delete |
|
cv::Scalar | to_ocv (const Scalar &s) |
|
cv::Size | to_ocv (const Size &s) |
|
cv::Rect | to_ocv (const Rect &r) |
|