FACT++  1.0
float ClusterFinder::FindClusterAt ( int32_t  x,
int32_t  y 
)
inline

Definition at line 101 of file FilterLed.cc.

Referenced by FilterLed::GetMeanPositionBox().

102  {
103  fCount = 0;
104  fSumX = 0;
105  fSumY = 0;
106 
107  return FindCluster(x, y);
108  }
float FindCluster(int32_t x, int32_t y)
Definition: FilterLed.cc:34
uint32_t fCount
Definition: FilterLed.cc:30

+ Here is the caller graph for this function: