Searched refs:valueToStr (Results 1 – 2 of 2) sorted by relevance
72 void (FormattedImpl::*valueToStr)(); member in cv::FormattedImpl111 case CV_8U: valueToStr = &FormattedImpl::valueToStr8u; break; in FormattedImpl()112 case CV_8S: valueToStr = &FormattedImpl::valueToStr8s; break; in FormattedImpl()113 case CV_16U: valueToStr = &FormattedImpl::valueToStr16u; break; in FormattedImpl()114 case CV_16S: valueToStr = &FormattedImpl::valueToStr16s; break; in FormattedImpl()115 case CV_32S: valueToStr = &FormattedImpl::valueToStr32s; break; in FormattedImpl()116 case CV_32F: valueToStr = &FormattedImpl::valueToStr32f; break; in FormattedImpl()117 case CV_64F: valueToStr = &FormattedImpl::valueToStr64f; break; in FormattedImpl()118 default: valueToStr = &FormattedImpl::valueToStrOther; break; in FormattedImpl()217 (this->*valueToStr)(); in next()
319 def valueToStr(value_type, value): function333 yield valueToStr(value_type, value)573 out = [valueToStr(self.out_type, x) for x in IN_VALUES[self.out_type]]649 out = [valueToStr(self.out_type, x) for x in IN_VALUES["float"]]699 return valueToStr(self.out_type, IN_VALUES[self.out_type][0])749 in_values = [valueToStr(self.out_type, x) for x in IN_VALUES[self.in_type]]772 return valueToStr(self.in_type, IN_VALUES[self.in_type][0])