I saw something like this in some source files of OpenCV:
(double)(1<<16)
What does the operator << do?
Thanks.
1 | initial version |
I saw something like this in some source files of OpenCV:
(double)(1<<16)
What does the operator << do?
Thanks.