php-opencv
php-opencv copied to clipboard
I'm unclear if this gives full access to OpenCV through PHP, or just a small subset?
I want to do some saliency detection, like this guy has in Python:
https://www.pyimagesearch.com/2018/07/16/opencv-saliency-detection/
Is that at all possible through php-opencv, or am I out of luck?
Thank you!
I feel I've tried every variation of "CV\saliency" to get an object instantiated, with no luck.
CV\saliency CV\Saliency CV\saliency\Saliency CV\saliency\StaticSaliency
etc etc. No joy. Am I out of luck?