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

Camshift Algorithm and Grayscaled Images

$
0
0
I was wondering whether we could use Camshift with non-HSV images, as every solution on internet simply convert the image into HSV space, single out the H channel and then go further. However, I am supposed to work with grayscaled images, therefore I cannot go for HSV space. Is there a way to use Camshift algorithm in OpenCV, without being bothered by HSV space and all? Or does it algorithm strictly require HSV space convertion? I looked into OpenCV exaple of Camshift, and there also HSV is used. What do you think?

Viewing all articles
Browse latest Browse all 53

Trending Articles