opencv - How to convert a component from HSV to RGB and viceversa -


I have to convert a component color from hsv to RGB And for example if I have vector hsvcomponent = {30, 80, 100} , then I want the same color in the RGB P>

How can I do this in OpenCV? I know that OpenCV has cvtColor with CV_BGR2HSV but this function works with images I want something simple.

What can I do?

None applicable Opencity I know the work, but I suggest you should check it out :

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -