Compile standalone opencv code with ROS Hydro [closed]
Hey there, I have this simple opencv code that is used to detect hands It works fine when I compile it on my mac using the instructions provided in the readme file using cmake, but i want this to run on ROS Hydro. Can somebody please guide me how to do this ? The problem is this version of Opencv is not supported by ROS Hydro. Please advise.
did you try to install the newest version of opencv and use it like external libs in ros?