Dear community
is there any built in function that makes a Round of all Mat element, it basically do the same as the following one
I don't want to iterate over every pixel and use
int cvRound(double value);
Mat nameFunc(Mat A);
Thank you
↧