loading
 
One question of HSV convert problem
Anonymous
12 year
Hi:

I have one question of HSV convert problem.
When I apply HSV Channel from camera, and choose "H - Multi-Channel Hue", the result will be a colorful map, but I don't know how to implement such kind of convert in EmguCV. All that I find in EmguCV is

            Image<Bgr, Byte> frame = _capture.QueryFrame();

            Image<Hsv, Byte> imageHsv = frame.Convert<Hsv, Byte>();

But the result will be a grayscale image.

Cheers,

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index