00001 // This is brl/bbas/bsta/bsta_parzen_sf3.h 00002 #ifndef bsta_parzen_sf3_h_ 00003 #define bsta_parzen_sf3_h_ 00004 //: 00005 // \file 00006 // \brief A Parzen distribution with dimension 3 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,3> bsta_parzen_sf3; 00013 00014 00015 #endif // bsta_parzen_sf3_h_