Encapsulates the result of detecting a barcode in an image. This includes the raw 32 | /// matrix of black/white pixels corresponding to the barcode, and possibly points of interest 33 | /// in the image, like the location of finder patterns or corners of the barcode in the image.
34 | ///Determines if this alignment pattern "about equals" an alignment pattern at the stated 34 | /// position and size -- meaning, it is at nearly the same center with nearly the same size.
35 | ///Encapsulates information about finder patterns in an image, including the location of 30 | /// the three finder patterns, and their estimated module size.
31 | ///