You are here

public function Face_Detector::getFace in Image Focus Crop 7

Same name and namespace in other branches
  1. 6 php-facedetection/FaceDetector.php \Face_Detector::getFace()

File

php-facedetection/FaceDetector.php, line 91

Class

Face_Detector

Code

public function getFace() {
  return $this->face;
}