标签: opencv dlib
我尝试从dlib获取眼睛区域:
eye_rect = centered_rect(dlib::point(shape.part(42)(0),shape.part(40)(0)),50 , 50);
无法成功。
我怎样才能使两只眼睛的区域成为矩形?
最佳