FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
ClusterFinder::FindCluster
float FindCluster(int32_t x, int32_t y)
Definition:
FilterLed.cc:34
ClusterFinder::fSumY
float fSumY
Definition:
FilterLed.cc:32
ClusterFinder::fSumX
float fSumX
Definition:
FilterLed.cc:31
ClusterFinder::fCount
uint32_t fCount
Definition:
FilterLed.cc:30
Here is the caller graph for this function:
ClusterFinder
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11