Searched refs:m_topLeft (Results 1 – 4 of 4) sorted by relevance
42 init(boundingBox->m_image, boundingBox->m_topLeft, boundingBox->m_bottomLeft, in CBC_BoundingBox()46 if (m_topLeft) { in ~CBC_BoundingBox()47 delete m_topLeft; in ~CBC_BoundingBox()71 boundingBox = new CBC_BoundingBox(leftBox->m_image, leftBox->m_topLeft, in merge()81 CBC_ResultPoint* newTopLeft = m_topLeft; in addMissingRows()88 CBC_ResultPoint* top = isLeft ? m_topLeft : m_topRight; in addMissingRows()149 return m_topLeft; in getTopLeft()165 m_topLeft = NULL; in init()171 m_topLeft = new CBC_ResultPoint(topLeft->GetX(), topLeft->GetY()); in init()186 if (m_topLeft == NULL) { in calculateMinMaxValues()[all …]
41 CBC_ResultPoint* m_topLeft; variable
29 m_topLeft = (CBC_QRFinderPattern*)(*patternCenters)[1]; in CBC_QRFinderPatternInfo()37 return m_topLeft; in GetTopLeft()
13 CBC_QRFinderPattern* m_topLeft; variable