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