Is there any wany to connect ros kinetic with opencv 4.2 instead of the default 3.31 version ?
I'm trying to perform object detection using yolo weights by using the built in function of opencv cv2.dnn.readNet()
But this function isn't available in the default value of Opencv downloaded with ros kinetic
Is there any way to connect ros with opencv 4.2??