Package com.google.zxing.qrcode.detector
Class FinderPattern
java.lang.Object
com.google.zxing.ResultPoint
com.google.zxing.qrcode.detector.FinderPattern
Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes. It also encapsulates a count of similar finder patterns, as a convenience to the finder's bookkeeping.
- Author:
- Sean Owen
- 
Method SummaryMethods inherited from class com.google.zxing.ResultPointdistance, equals, getX, getY, hashCode, orderBestPatterns, toString
- 
Method Details- 
getEstimatedModuleSizepublic float getEstimatedModuleSize()
- 
getCountpublic int getCount()
 
-