#include <dlrComputerVision/image.h>
Include dependency graph for nonMaximumSuppress.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::nonMaximumSuppress (const Image< FORMAT > &inputImage, const Array2D< Float64 > &gradX, const Array2D< Float64 > &gradY) |
| This function zeros any pixels of the input image which are not plausible edges. | |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file nonMaximumSuppress.h.
1.5.2