php-opencv / php-opencv

opencv 4.5+ with dnn module for php 7/8

Home Page:https://github.com/php-opencv/php-opencv-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV features support

qwertynik opened this issue · comments

Found the below in the README page:

Features

  • core
  • imgproc
  • highgui
  • objdetect
  • video
  • ml
  • dnn

Looking to use this library instead of using Python for OpenCV-related tasks. Does this library support
accessing all the features that the Python OpenCV library supports?

Thanks!

Does this library support
accessing all the features that the Python OpenCV library supports?

no, only those:
https://github.com/php-opencv/php-opencv-examples/blob/master/phpdoc.php

Thanks for the prompt response @morozovsk.
Is there a way using which one can add support for more functions and give a PR?

@morozovsk That's great to know. However, currently cannot find instructions/steps on how to add support for a new function.

Is there any guide that outlines the steps required to add support for new openCV functions in this library?

Thanks!

no. there is no guide or instructions for that.
usually people know it better than me.
you can use closed PRs as examples.

Ok, @morozovsk. This PR looks like a valid example.
Can you confirm the same? Or, if there is any other better PR to look at, can you share the link to it?

yes. it is good.

yes. it is good.

Thanks for confirming