I am using "cv2.cvtColor(rgb_image, cv2.COLOR_BGR2GRAY)" to convert grey it is taking 0.801 seconds to convert. I am developing a real-time application where I convert RGB image to grey and perform operation but it is slow. Is there any faster way to convert.
Thanks.