php-opencv-examples icon indicating copy to clipboard operation
php-opencv-examples copied to clipboard

Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)

Examples

detect_face_by_cascade_classifier.jpg

detect_face_by_dnn_ssd.jpg

detect_facemarks_by_lbf.jpg

recognize_face_by_lbph.jpg

upscale_image_x2_by_dnn_waifu2x.png icon_64x64.png

cat.jpg Results: 87%: Egyptian cat, 4%: tabby, tabby cat, 2%: tiger cat

detect_objects_by_dnn_mobilenet.png

Helper for autocomplete and highlighting in your IDE

Installation (3 steps)

Requirements

  • PHP 7.0 / 7.1 / 7.2 / 7.3 / 7.4 / 8.0
  • OpenCV 4.0.0+
  • php-opencv

Thanks

  • author of examples and contributor of library -> https://github.com/morozovsk
  • send your PR for library there -> https://github.com/php-opencv/php-opencv
  • author of library -> https://github.com/hihozhou