Searched refs:m_boundingBox (Results 1 – 4 of 4) sorted by relevance
30 m_boundingBox = boundingBox; in CBC_DetectionResultColumn()65 return imageRow - m_boundingBox->getMinY(); in imageRowToCodewordIndex()69 return m_boundingBox->getMinY() + codewordIndex; in codewordIndexToImageRow()79 return m_boundingBox; in getBoundingBox()
36 m_boundingBox = boundingBox; in CBC_DetectionResult()43 delete m_boundingBox; in ~CBC_DetectionResult()63 m_boundingBox = boundingBox; in setBoundingBox()66 return m_boundingBox; in getBoundingBox()
25 CBC_BoundingBox* m_boundingBox;
35 CBC_BoundingBox* m_boundingBox; variable