contrib/brl/bbas/bsta/bsta_gauss_sf2.h
Go to the documentation of this file.
00001 // This is brl/bbas/bsta/bsta_gauss_sf2.h
00002 #ifndef bsta_gauss_sf2_h_
00003 #define bsta_gauss_sf2_h_
00004 //:
00005 // \file
00006 // \brief A Gaussian with uniform variance in 2-d with type float
00007 // \author Joseph L. Mundy
00008 // \date August 8, 2009
00009 //
00010 // do not remove the following text
00011 // Approved for public release, distribution unlimited (DISTAR Case 14389)
00012 //
00013 
00014 #include "bsta_gaussian_sphere.h"
00015 
00016 typedef bsta_gaussian_sphere<float,2> bsta_gauss_sf2;
00017 
00018 #endif // bsta_gauss_sf2_h_