Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

Faster RGB to Grey conversion Python.

$
0
0
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.

Viewing all articles
Browse latest Browse all 2088

Trending Articles