| 295 | } |
| 296 | |
| 297 | static Shape EstartRectOnly( |
| 298 | const DetectorParameter& detpar_roi, // in: detpar wrt the ROI |
| 299 | const Image& face_roi, // in |
| 300 | const Shape& meanshape) // in |
| 301 | { |
| 302 | return AlignMeanShapeToFaceDet(detpar_roi, meanshape, |
| 303 | FACERECT_SCALE_WHEN_NO_EYES, face_roi); |
| 304 | } |
| 305 | |
| 306 | static Shape EstartEyes( |
| 307 | const DetectorParameter& detpar_roi, // in: detpar wrt the ROI |
no test coverage detected