![]() |
OpenCV 4.12.0-dev
Open Source Computer Vision
|
#include "opencv2/core/mat.hpp"
Namespaces | |
namespace | cv |
namespace | cv::fastcv |
namespace | cv::fastcv::dsp |
Functions | |
void | cv::fastcv::dsp::Canny (InputArray _src, OutputArray _dst, int lowThreshold, int highThreshold, int apertureSize=3, bool L2gradient=false) |
Canny edge detector applied to a 8 bit grayscale image. | |