Hi everyone,
I am new to writing scripts using OpenCV library in C++. I have a frame with dtype of CV_16UC3, is there any OpenCV function for shifting the bits two places to the right?
If not, what is the proper way to do it?
shifted = original/4
Hi everyone,
I am new to writing scripts using OpenCV library in C++. I have a frame with dtype of CV_16UC3, is there any OpenCV function for shifting the bits two places to the right?
If not, what is the proper way to do it?
shifted = original/4