cvRound
cvRound
创建同名条目
条目
历史版本
编辑
cvRound,函数的一种,对一个float型的数进行四舍五入。
正文
openCv
中的一个函数:
int cvRound (double value)
对一个double型的数进行四舍五入,并返回一个整型数!