#include <cmath>#include <queue>#include "Canny.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | kn |
Functions | |
| void | kn::canny (kn::ImageGS8u &inputImage, kn::ImageGS8u &outputImage, unsigned int lowerThres, unsigned int upperThres) |
| Compute the Canny filtering. | |
1.5.8