$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Namespaces | Functions
edges_dsp.hpp File Reference
#include "opencv2/core/mat.hpp"
Include dependency graph for edges_dsp.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 cv
 
 cv::fastcv
 
 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. More...