ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

[face_detection.launch] Fixed path of haarcascade xml for OpenCV-3.3.1 #79

Closed iory closed 6 years ago

iory commented 6 years ago

In current kinetic test, following error is occuring. This PR fixes the path of haarcascade xml for opencv-3.3.1 tests.

[ERROR] [1537202006.766722896]: --Error loading /opt/ros/kinetic/share/opencv3/../OpenCV-3.3.1/haarcascades/haarcascade_frontalface_alt.xml

[ERROR] [1537202006.767248688]: --Error loading /opt/ros/kinetic/share/opencv3/../OpenCV-3.3.1/haarcascades/haarcascade_eye_tree_eyeglasses.xml
iory commented 6 years ago

@k-okada

This PR fixes other PR's test. Could you merge this?

iory commented 6 years ago

Thank you!

hh129sss5 commented 2 years ago

Approved all implemented hh1