#ifndef SOBELIMG_HEADER #define SOBELIMG_HEADER 1 ////////////////////////////////////////////////////////// //! docentry="Image.Image Processing.Lines" //! file="amma/Image/IPStream/Lines/SobelImg.hh" //! lib=Lines //! author="Charles Galambos" //! rcsid="$Id: SobelImg.hh,v 1.5 1999/03/29 10:08:10 ees1cg Exp $" //! date="07/01/99" #include "amma/Image.hh" //! userlevel=Normal //: Returns a sobel image of a given size. ImageC IPSobelImg(ImageRectangleC rect); #endif