contrib/brl/bbas/bsta/bsta_parzen_sf1.h
Go to the documentation of this file.
00001 // This is brl/bbas/bsta/bsta_parzen_sf1.h
00002 #ifndef bsta_parzen_sf1_h_
00003 #define bsta_parzen_sf1_h_
00004 //:
00005 // \file
00006 // \brief A Parzen distribution with dimension 1 and float math type
00007 // \author J.L. Mundy 
00008 // \date December 31, 2008
00009 
00010 #include "bsta_parzen_sphere.h"
00011 
00012 typedef bsta_parzen_sphere<float,1> bsta_parzen_sf1;
00013 
00014 
00015 #endif // bsta_parzen_sf1_h_