#include <dlrComputerVision/image.h>
Go to the source code of this file.
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
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.8