public function Face_Detector::getFace in Image Focus Crop 7
Same name and namespace in other branches
- 6 php-facedetection/FaceDetector.php \Face_Detector::getFace()
File
- php-facedetection/
FaceDetector.php, line 91
Class
Code
public function getFace() {
return $this->face;
}