Ask Your Question

mak111's profile - activity

2014-04-14 23:54:51 -0600 asked a question brg to hsv effient way python

Hi, I am trying to convert an image from bar to hsv. The built in method, which I am using, is cv2.cvtColor(image,COLOR_BGR2HSV). Is there a more efficient way to do this because my program depends on other stuff and so needs to be quick. this is proving to be a bit more expensive. Even methods such as cv2.convexHull and cv2.moments are expensive. Is there a faster way or can I make them run faster. This is in python