Round each floating number element to the nearest integer in a Matrix [closed]
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
thank you, that was useful