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

Canny detection not found

JacekTre opened this issue · comments

Hi, I use your library. I need Canny function but it isn't on phpdoc. Unfotunately https://phpopencv.github.io/docs/canny_detector.html not working.

Hi. You can find all available functions in that file. You can put it in your project for autocomplete.
Canny functions are not available. I've newer used it.
So if you need it you can try add it like similar functions/classes:
https://github.com/php-opencv/php-opencv/blob/master/source/opencv2/opencv_imgproc.cc
https://github.com/php-opencv/php-opencv/blob/master/source/opencv2/core/opencv_type.cc

I wrote a Canny function