BGR to HVC conversion with or without using CUDA in OpenCV 3.0

asked 2015-05-29 00:49:53 -0600

abhiguru gravatar image

Trying to figure out how to convert a video frame from BGR to HVC preferably using CUDA Mat

Tried

1) cuda::cvtColor(src, dst, CV_BGR2HVC) but CV_BGR2HVC is not supported

2) Tried searching in http://docs.opencv.org/trunk/d1/d1e/g... but could not find any relevant function the closest I got was CV_CUDEV_RGB2HSV_INST(name, scn, dcn, bidx) Not sure how to use this method.

edit retag flag offensive close merge delete