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 int cvRound(double value) Mat nameFunc(Mat A);
Thank you
1 | initial version |
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 int cvRound(double value) Mat nameFunc(Mat A);
Thank you
2 | No.2 Revision |
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
one
int cvRound(double value)
value);
Mat nameFunc(Mat A);A);
Thank you
3 | No.3 Revision |
Dear community
is there any built in function that makes a Round of all Mat element, it basically do the same as the following oneone
I don't want to iterate over every pixel and use
int cvRound(double value);
Mat nameFunc(Mat A);
Thank you