cvRound

cvRound
cvRound,函数的一种,对一个float型的数进行四舍五入。

正文

openCv中的一个函数:
int cvRound (double value)
对一个double型的数进行四舍五入,并返回一个整型数!