Searched refs:isReal (Results 1 – 8 of 8) sorted by relevance
111 CV_Assert(isInt() || isReal() || isString()); in get()159 CV_Assert(isReal() || isInt() || isString()); in get()261 inline bool DictValue::isReal() const in isReal() function in cv::dnn::DictValue294 else if (dictv.isReal()) in operator <<()
85 CV_WRAP bool isReal() const;
566 CV_WRAP bool isReal() const;1333 inline bool FileNode::isReal() const { return type() == REAL; } in isReal() function in cv::FileNode
654 bool isReal() const;2154 bool Scalar_<_Tp>::isReal() const in isReal() function in cv::Scalar_