#include <dlrComputerVision/image.h>
Include dependency graph for sobel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::computerVision |
Functions | |
| template<ImageFormat FORMAT> | |
| Image< FORMAT > | dlr::computerVision::applySobelX (const Image< FORMAT > &inputImage, bool normalizeResult=false) |
| This function applies the sobel edge operator in the X direction. | |
| template<ImageFormat FORMAT> | |
| Image< FORMAT > | dlr::computerVision::applySobelY (const Image< FORMAT > &inputImage, bool normalizeResult=false) |
| This function applies the sobel edge operator in the Y direction. | |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file sobel.h.
1.5.2