Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

MedianReduceImage.h

Go to the documentation of this file.
00001 // This is oxl/oxp/MedianReduceImage.h
00002 #ifndef MedianReduceImage_h_
00003 #define MedianReduceImage_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //
00008 // .NAME    MedianReduceImage - Oxford image processing
00009 // .LIBRARY oxp
00010 // .HEADER  Oxford Package
00011 // .INCLUDE oxp/MedianReduceImage.h
00012 // .FILE    MedianReduceImage.cxx
00013 // .SECTION Description
00014 //    POX is a collection of functions which are waiting for namespaces.
00015 //
00016 // .SECTION Author
00017 //     Andrew W. Fitzgibbon, Oxford RRG, 13 Jul 98
00018 //
00019 //-----------------------------------------------------------------------------
00020 
00021 #include <vil1/vil1_memory_image_of.h>
00022 
00023 struct MedianReduceImage : public vil1_memory_image_of<unsigned char>
00024 {
00025   MedianReduceImage(vil1_memory_image_of<unsigned char> const& in, int SCALE);
00026 };
00027 
00028 #endif // MedianReduceImage_h_

Generated on Thu Jan 10 14:46:06 2008 for contrib/oxl/oxp by  doxygen 1.4.4