• Fast, C\C++ low layer implementation

    PHP expansion based on C\C++ OpenCV interface, processing speed is fast.

  • PHP language support

    Using PHP, you can do computer vision development, support PHP7+ and the latest version of OpenCV3.3.0+.

  • Continuous development and maintenance

    The extension target is to implement the PHP interface of the OpenCV version.

  • Rich interface

    In addition to image and video processing, face recognition, object detection and other functions are also provided.

  • git clone https://github.com/hihozhou/php-opencv.git
  • cd php-opencv
  • phpize
  • ./configure --with-php-config=/your/php-config --enable-debug
  • make && make install