ROS indigo and opencv seems not to work correctly
I'm trying to check if I could use opencv with ROS Indigo and also with PCL 1.7, based on this tutorial here, and it seems there would open a window to show the Image, but nothing happens in my Cmakelists.txt I added find_package(OpenCV REQUIRED) and target_link_libraries(xxx xxx ${OpenCV_LIBRARIES}). I also tried with another packages that I found to work I a project, but also happen something similar, when I need to show an image sometimes appear a window, but with nothing inside and starts to turning to black, I think that some programms were made based in ROS hydro, so it's not easy that works with ROS Indigo isn't?
Than you