Lines Matching refs:boundingBox
64 CBC_BoundingBox* boundingBox = new CBC_BoundingBox( in decode() local
73 getRowIndicatorColumn(image, boundingBox, *imageTopLeft, TRUE, in decode()
78 getRowIndicatorColumn(image, boundingBox, *imageTopRight, FALSE, in decode()
86 delete boundingBox; in decode()
90 boundingBox->getMinY() || in decode()
92 boundingBox->getMaxY())) { in decode()
93 delete boundingBox; in decode()
94 boundingBox = detectionResult->getBoundingBox(); in decode()
96 detectionResult->setBoundingBox(boundingBox); in decode()
115 boundingBox, barcodeColumn == 0); in decode()
117 detectionResultColumn = new CBC_DetectionResultColumn(boundingBox); in decode()
123 for (int32_t imageRow = boundingBox->getMinY(); in decode()
124 imageRow <= boundingBox->getMaxY(); imageRow++) { in decode()
127 if (startColumn < 0 || startColumn > boundingBox->getMaxX()) { in decode()
134 image, boundingBox->getMinX(), boundingBox->getMaxX(), leftToRight, in decode()
203 CBC_BoundingBox* boundingBox = in merge() local
210 new CBC_DetectionResult(barcodeMetadata, boundingBox); in merge()
246 CBC_BoundingBox* boundingBox = in adjustBoundingBox() local
250 return boundingBox; in adjustBoundingBox()
294 CBC_BoundingBox* boundingBox, in getRowIndicatorColumn() argument
300 new CBC_DetectionResultRowIndicatorColumn(boundingBox, leftToRight); in getRowIndicatorColumn()
305 imageRow <= boundingBox->getMaxY() && in getRowIndicatorColumn()
306 imageRow >= boundingBox->getMinY(); in getRowIndicatorColumn()