sobel.h File Reference

Header file declaring some routines to compute sobel edge images. More...

#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::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.


Detailed Description

Header file declaring some routines to compute sobel edge images.

Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
Date

Definition in file sobel.h.


Generated on Wed Nov 25 12:15:07 2009 for dlrComputerVision Utility Library by  doxygen 1.5.8