FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
ClusterFinder::ClusterFinder
(
uint8_t *
img
,
uint32_t
w
,
uint32_t
h
)
inline
Definition at line
75
of file
FilterLed.cc
.
75
:
fImg
(0),
fLimitingSize
(999)
76
{
77
fW
= w;
78
fH
= h;
79
80
fX0
= 0;
81
fY0
= 0;
82
fX1
=
fW
;
83
fY1
=
fH
;
84
85
fImg
=
new
uint8_t[
fW
*
fH
];
86
87
memcpy(
fImg
, img,
fW
*
fH
);
88
}
ClusterFinder::fY0
int32_t fY0
Definition:
FilterLed.cc:25
ClusterFinder::fH
uint32_t fH
Definition:
FilterLed.cc:20
ClusterFinder::fLimitingSize
uint32_t fLimitingSize
Definition:
FilterLed.cc:28
ClusterFinder::fY1
int32_t fY1
Definition:
FilterLed.cc:26
ClusterFinder::fImg
uint8_t * fImg
Definition:
FilterLed.cc:17
ClusterFinder::fW
uint32_t fW
Definition:
FilterLed.cc:19
ClusterFinder::fX0
int32_t fX0
Definition:
FilterLed.cc:22
ClusterFinder::fX1
int32_t fX1
Definition:
FilterLed.cc:23
ClusterFinder
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11