Singleton GetInstance call.
Definition at line 22 of file RandomGenerator.h. Referenced by Impala::Core::Feature::InterestPointFeature::InterestPointFeature(), Impala::Core::Matrix::MatDrawRandomRows(), and Impala::Core::Feature::InterestPointFeature::ReducePointCount(). 00023 { 00024 static RandomGenerator theRandomGenerator; 00025 return theRandomGenerator; 00026 }
|