Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I want to know if there is round off function in opencv.

I read double type data and I want to normalize it.

But before that I need to round off , I mean I want to remove digit under the point.

in C++, there is floor and ceil , but it doesn't work in a matrix.

Please tell me is there ceil or floor function for a matrix.

Thnx

click to hide/show revision 2
retagged

I want to know if there is round off function in opencv.

I read double type data and I want to normalize it.

But before that I need to round off , I mean I want to remove digit under the point.

in C++, there is floor and ceil , but it doesn't work in a matrix.

Please tell me is there ceil or floor function for a matrix.

Thnx