Searched refs:CBC_QRFinderPattern (Results 1 – 7 of 7) sorted by relevance
26 CBC_QRFinderPattern::CBC_QRFinderPattern(FX_FLOAT x, in CBC_QRFinderPattern() function in CBC_QRFinderPattern32 CBC_QRFinderPattern::~CBC_QRFinderPattern() { in ~CBC_QRFinderPattern()38 CBC_QRFinderPattern* CBC_QRFinderPattern::Clone() { in Clone()39 CBC_QRFinderPattern* temp = in Clone()40 new CBC_QRFinderPattern(m_x, m_y, m_estimatedModuleSize); in Clone()44 FX_FLOAT CBC_QRFinderPattern::GetEstimatedModuleSize() { in GetEstimatedModuleSize()47 int32_t CBC_QRFinderPattern::GetCount() { in GetCount()50 void CBC_QRFinderPattern::IncrementCount() { in IncrementCount()53 FX_BOOL CBC_QRFinderPattern::AboutEquals(FX_FLOAT moduleSize, in AboutEquals()63 FX_FLOAT CBC_QRFinderPattern::GetX() { in GetX()[all …]
9 class CBC_QRFinderPattern; variable12 CBC_QRFinderPattern* m_bottomLeft;13 CBC_QRFinderPattern* m_topLeft;14 CBC_QRFinderPattern* m_topRight;19 CBC_QRFinderPattern* GetBottomLeft();20 CBC_QRFinderPattern* GetTopLeft();21 CBC_QRFinderPattern* GetTopRight();
41 delete (CBC_QRFinderPattern*)m_possibleCenters[i]; in ~CBC_QRFinderPatternFinder()171 CBC_QRFinderPattern *topLeft, *topRight, *bottomLeft; in OrderBestPatterns()173 topLeft = (CBC_QRFinderPattern*)(*patterns)[0]; in OrderBestPatterns()174 topRight = (CBC_QRFinderPattern*)(*patterns)[1]; in OrderBestPatterns()175 bottomLeft = (CBC_QRFinderPattern*)(*patterns)[2]; in OrderBestPatterns()177 topLeft = (CBC_QRFinderPattern*)(*patterns)[1]; in OrderBestPatterns()178 topRight = (CBC_QRFinderPattern*)(*patterns)[0]; in OrderBestPatterns()179 bottomLeft = (CBC_QRFinderPattern*)(*patterns)[2]; in OrderBestPatterns()181 topLeft = (CBC_QRFinderPattern*)(*patterns)[2]; in OrderBestPatterns()182 topRight = (CBC_QRFinderPattern*)(*patterns)[0]; in OrderBestPatterns()[all …]
28 m_bottomLeft = (CBC_QRFinderPattern*)(*patternCenters)[0]; in CBC_QRFinderPatternInfo()29 m_topLeft = (CBC_QRFinderPattern*)(*patternCenters)[1]; in CBC_QRFinderPatternInfo()30 m_topRight = (CBC_QRFinderPattern*)(*patternCenters)[2]; in CBC_QRFinderPatternInfo()33 CBC_QRFinderPattern* CBC_QRFinderPatternInfo::GetBottomLeft() { in GetBottomLeft()36 CBC_QRFinderPattern* CBC_QRFinderPatternInfo::GetTopLeft() { in GetTopLeft()39 CBC_QRFinderPattern* CBC_QRFinderPatternInfo::GetTopRight() { in GetTopRight()
10 class CBC_QRFinderPattern; variable11 class CBC_QRFinderPattern : public CBC_ResultPoint {17 CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize);18 virtual ~CBC_QRFinderPattern();26 CBC_QRFinderPattern* Clone();28 typedef CBC_QRFinderPattern FinderPattern;
50 CBC_AutoPtr<CBC_QRFinderPattern> topLeft(info->GetTopLeft()); in ProcessFinderPatternInfo()51 CBC_AutoPtr<CBC_QRFinderPattern> topRight(info->GetTopRight()); in ProcessFinderPatternInfo()52 CBC_AutoPtr<CBC_QRFinderPattern> bottomLeft(info->GetBottomLeft()); in ProcessFinderPatternInfo()
10 class CBC_QRFinderPattern; variable