Home
last modified time | relevance | path

Searched refs:iColor (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py102 self.iColor = 0
128 self.iColor = 0
185 color = GRAPH_COLORS[self.iColor]
186 self.iColor = self.iColor + 1
187 if self.iColor >= len(GRAPH_COLORS):
188 self.iColor = 0
226 self.iColor = 0
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp84 int iColor; member
94 int prev_color = 0 == prev.iColor ? iColor : prev.iColor; in Energy()
97 1 * pow2(iColor - prev_color) / 4 + in Energy()
279 if (m_trPrev.iColor != 0) in FindContours()
281 iMinLevelPrev = m_trPrev.iColor - nLayers / 2; in FindContours()
282 iMaxLevelPrev = m_trPrev.iColor + nLayers / 2; in FindContours()
321 cr.iColor = colors[i]; in FindContours()
331 cr.iColor = colors[i]; in FindContours()
361 rNew.iColor = (pRect1->iColor + pRect2->iColor + 1) / 2; in MergeRects()
772 face[element[2]].iColor = 0; in ChoiceTrackingFace2()
Dcvfacedetection.cpp264 cr.iColor = color; in AddContours2Rect()
276 cr.iColor = color; in AddContours2Rect()
D_cvfacedetection.h213 int iColor; member