Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/makiuchi-d/gozxing
/ functions
Functions
1,648 in github.com/makiuchi-d/gozxing
⨍
Functions
1,648
◇
Types & classes
152
↓ 6 callers
Method
decodeMiddle
decodeMiddle Subclasses override this to decode the portion of a barcode between the start and end guard patterns. @param row row of black/white valu
oned/upcean_reader.go:73
↓ 6 callers
Method
decodeMiddle
(row *gozxing.BitArray, startRange []int)
oned/upcean_extension5_support.go:52
↓ 6 callers
Function
doTestVersion
(t testing.TB, exceptedVersion, mask int)
qrcode/decoder/version_test.go:60
↓ 6 callers
Method
encode
encode encode contents string @return a byte array of horizontal pixels (false = white, true = black)
oned/ean8_writer.go:29
↓ 6 callers
Method
encode
(contents string)
oned/ean13_writer.go:27
↓ 6 callers
Method
extractParameters
extractParameters Extracts the number of data layers and data blocks from the layer around the bull's eye. @param bullsEyeCorners the array of bull's
aztec/detector/detector.go:96
↓ 6 callers
Method
extractPureBits
(image *gozxing.BitMatrix)
qrcode/qrcode_reader.go:92
↓ 6 callers
Function
findMSBSet
findMSBSet Return the position of the most significant bit set (to one) in the "value". The most significant bit is position 32. If there is no bit se
qrcode/encoder/matrix_util.go:290
↓ 6 callers
Method
getBlackPointOnSegment
(aX, aY, bX, bY int)
common/detector/white_rectangle_detector.go:214
↓ 6 callers
Method
getNumDataCodewords
()
datamatrix/decoder/data_block.go:103
↓ 6 callers
Method
handlePossibleCenter
(stateCount []int, i, j int)
qrcode/detector/alignment_pattern_finder.go:184
↓ 6 callers
Function
isWhiteHorizontal
(rowArray []int8, from, to int)
qrcode/encoder/mask_util.go:80
↓ 6 callers
Function
isWhiteVertical
(array [][]int8, col, from, to int)
qrcode/encoder/mask_util.go:95
↓ 6 callers
Function
itfReader_findGuardPattern
itfReader_findGuardPattern finds guard pattern @param row row of black/white values to search @param rowOffset position to start search @param p
oned/itf_reader.go:324
↓ 6 callers
Function
makeYUVSource
(w, h int)
planar_yuv_luminance_source_test.go:8
↓ 6 callers
Function
max
(a, b int)
aztec/detector/detector.go:449
↓ 6 callers
Function
newTestImage
(w, h int)
go_image_luminance_source_test.go:29
↓ 6 callers
Function
onedWriter_checkNumeric
onedWriter_checkNumeric returns IllegalArgumentException if input contains characters other than digits 0-9.
oned/one_dimensional_code_writer.go:115
↓ 6 callers
Method
readCodewords
readCodewords Reads the bits in the BitMatrix representing the mapping matrix (No alignment patterns) in the correct order in order to reconstitute th
datamatrix/decoder/bit_matrix_parser.go:60
↓ 6 callers
Method
sizeOfBlackWhiteBlackRun
(fromX, fromY, toX, toY int)
qrcode/detector/detector.go:232
↓ 6 callers
Function
testGenericGFPoly_EvaluateAt
(t testing.TB, p *GenericGFPoly, a, expect int)
common/reedsolomon/generic_gf_poly_test.go:59
↓ 6 callers
Function
testGenericGFPoly_MultiplyMonomial
(t testing.TB, p *GenericGFPoly, d, c int, expect []int)
common/reedsolomon/generic_gf_poly_test.go:171
↓ 6 callers
Function
testGenericGF_Exp
(t testing.TB, g *GenericGF, a, expect int)
common/reedsolomon/generic_gf_test.go:64
↓ 6 callers
Function
testGenericGF_Log
(t testing.TB, g *GenericGF, a, expect int)
common/reedsolomon/generic_gf_test.go:81
↓ 6 callers
Function
upceanReader_findGuardPattern
(row *gozxing.BitArray, rowOffset int, whiteFirst bool, pattern []int)
oned/upcean_reader.go:323
↓ 6 callers
Function
writeFrame
(img *gozxing.BitMatrix, x, y, w, h, l int)
aztec/detector/detector_test.go:11
↓ 5 callers
Method
AboutEquals
(moduleSize, i, j float64)
qrcode/detector/alignment_pattern.go:21
↓ 5 callers
Method
Clear
(value int8)
qrcode/encoder/byte_matrix.go:45
↓ 5 callers
Method
CreateBinarizer
** * Creates a new object with the same type as this Binarizer implementation, but with pristine * state. This is needed because Binarizer impleme
binarizr.go:41
↓ 5 callers
Function
DataBlocks_getDataBlocks
DataBlocks_getDataBlocks When Data Matrix Codes use multiple data blocks, they actually interleave the bytes of each of them. That is, the first byte
datamatrix/decoder/data_block.go:25
↓ 5 callers
Method
Decode
Decode Locates and decodes a Data Matrix code in an image. @return a String representing the content encoded by the Data Matrix code @throws NotFound
datamatrix/datamatrix_reader.go:37
↓ 5 callers
Method
Decode
Decode Decodes a Data Matrix Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module. @param bits booleans representin
datamatrix/decoder/decoder.go:46
↓ 5 callers
Method
Decode
Decode : Locates and decodes a Data Matrix code in an image. @return a String representing the content encoded by the Data Matrix code @throws NotFou
aztec/aztec_reader.go:32
↓ 5 callers
Function
DecodedBitStreamParser_decodeByteSegment
(bits *common.BitSource, result []byte, count int, currentCharacterSetECI *common.CharacterSetECI, byteSegme
qrcode/decoder/decoded_bit_stream_parser.go:233
↓ 5 callers
Method
Encode
Encode the contents following specified format. {@code width} and {@code height} are required size. This method may return bigger size {@code BitMatri
oned/one_dimensional_code_writer.go:50
↓ 5 callers
Function
EncodeHighLevel
EncodeHighLevel Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E). @param msg t
datamatrix/encoder/high_level_encoder.go:94
↓ 5 callers
Method
Find
()
qrcode/detector/alignment_pattern_finder.go:35
↓ 5 callers
Function
FinderPatternFinder_foundPatternDiagonal
(stateCount []int)
qrcode/detector/finder_pattern_finder.go:144
↓ 5 callers
Method
GetBottomLeft
()
qrcode/detector/finder_pattern_info.go:17
↓ 5 callers
Method
GetErrorCodewords
()
datamatrix/encoder/symbol_info.go:183
↓ 5 callers
Method
GetErrorCorrectionLevel
()
qrcode/decoder/format_information.go:97
↓ 5 callers
Method
GetEvenCounts
()
oned/rss/abstract_rss_reader.go:63
↓ 5 callers
Method
GetFinderPattern
()
oned/rss/pair.go:16
↓ 5 callers
Method
GetInterleavedBlockCount
()
datamatrix/encoder/symbol_info.go:171
↓ 5 callers
Method
GetMaskPattern
()
qrcode/encoder/qrcode.go:37
↓ 5 callers
Method
GetOddCounts
()
oned/rss/abstract_rss_reader.go:59
↓ 5 callers
Method
GetStructuredAppendParity
()
common/decoder_result.go:94
↓ 5 callers
Method
GetStructuredAppendSequenceNumber
()
common/decoder_result.go:98
↓ 5 callers
Method
GetTopLeft
()
qrcode/detector/finder_pattern_info.go:21
↓ 5 callers
Method
GetTopRight
()
qrcode/detector/finder_pattern_info.go:24
↓ 5 callers
Method
GetVersion
()
datamatrix/decoder/bit_matrix_parser.go:35
↓ 5 callers
Function
GridSampler_GetInstance
()
common/grid_sampler.go:22
↓ 5 callers
Function
MaskUtil_getDataMaskBit
MaskUtil_getDataMaskBit Return the mask bit for "getMaskPattern" at "x" and "y". See 8.8 of JISX0510:2004 for mask pattern conditions.
qrcode/encoder/mask_util.go:137
↓ 5 callers
Function
MathUtils_DistanceInt
(aX, aY, bX, bY int)
common/util/math_utils.go:20
↓ 5 callers
Function
MatrixUtil_buildMatrix
MatrixUtil_buildMatrix Build 2D matrix of QR Code from "dataBits" with "ecLevel", "version" and "getMaskPattern". On success, store the result in "mat
qrcode/encoder/matrix_util.go:111
↓ 5 callers
Method
Multiply
(other *GenericGFPoly)
common/reedsolomon/generic_gf_poly.go:103
↓ 5 callers
Method
MultiplyByMonomial
(degree, coefficient int)
common/reedsolomon/generic_gf_poly.go:141
↓ 5 callers
Function
NewAlignmentPatternFinder
(image *gozxing.BitMatrix, startX, startY, width, height int, moduleSize float64, resultPointCallback gozxing.
qrcode/detector/alignment_pattern_finder.go:21
↓ 5 callers
Function
NewAztecDetectorResult
(bits *gozxing.BitMatrix, points []gozxing.ResultPoint, compact bool, nbDatablocks, nbLayers int)
aztec/detector/aztec_detector_result.go:18
↓ 5 callers
Function
NewDataMatrixReader
()
datamatrix/datamatrix_reader.go:20
↓ 5 callers
Function
NewDecoder
()
qrcode/decoder/decoder.go:13
↓ 5 callers
Function
NewEAN13Reader
()
oned/ean13_reader.go:45
↓ 5 callers
Function
NewReedSolomonException
(msg string)
common/reedsolomon/reedsolomon_exception.go:41
↓ 5 callers
Function
NewUPCAReader
()
oned/upca_reader.go:12
↓ 5 callers
Function
NewUPCEANExtensionSupport
()
oned/upcean_extension_support.go:14
↓ 5 callers
Function
RSSReader_isFinderPattern
(counters []int)
oned/rss/abstract_rss_reader.go:111
↓ 5 callers
Function
RSSUtils_getRSSvalue
** Adapted from listings in ISO/IEC 24724 Appendix B and Appendix G. */
oned/rss/rss_utils.go:5
↓ 5 callers
Method
RotateCounterClockwise45
** * Returns a new object with rotated image data by 45 degrees counterclockwise. * Only callable if {@link #isRotateSupported()} is true. * *
luminance_source.go:84
↓ 5 callers
Method
SelectBestPatterns
SelectBestPatterns return the 3 best {@link FinderPattern}s from our list of candidates. The "best" are those have similar module size and form a shap
qrcode/detector/finder_pattern_finder.go:464
↓ 5 callers
Function
WrapChecksumException
(e error)
checksum_exception.go:21
↓ 5 callers
Method
WriteCodewords
(codewords []byte)
datamatrix/encoder/encoder_context.go:70
↓ 5 callers
Function
appendKanjiBytes
(content string, bits *gozxing.BitArray)
qrcode/encoder/encoder.go:597
↓ 5 callers
Function
appendLengthInfo
appendLengthInfo Append length info. On success, store the result in "bits".
qrcode/encoder/encoder.go:505
↓ 5 callers
Method
calculateModuleSizeOneWay
(pattern, otherPattern gozxing.ResultPoint)
qrcode/detector/detector.go:180
↓ 5 callers
Function
code128FindStartPattern
(row *gozxing.BitArray)
oned/code128_reader.go:153
↓ 5 callers
Function
code39ToNarrowWidePattern
For efficiency, returns -1 on failure. Not throwing here saved as many as 700 exceptions per image when using some of our blackbox images.
oned/code39_reader.go:205
↓ 5 callers
Function
code93ToPattern
(counters []int)
oned/code93_reader.go:164
↓ 5 callers
Function
compareBitMatrix
(t testing.TB, img, expect *gozxing.BitMatrix)
qrcode/decoder/bit_matrix_parser_test.go:272
↓ 5 callers
Method
computeDimension
(topLeft, topRight, bottomLeft gozxing.ResultPoint, moduleSize float64)
qrcode/detector/detector.go:155
↓ 5 callers
Method
correctBits
correctBits Performs RS error correction on an array of bits.</p> @return the corrected array @throws FormatException if the input contains too many
aztec/decoder/decoder.go:273
↓ 5 callers
Function
decodeBase256Segment
decodeBase256Segment See ISO 16022:2006, 5.2.9 and Annex B, B.2
datamatrix/decoder/decoded_bit_stream_parser.go:488
↓ 5 callers
Method
decodeDataCharacter
(row *gozxing.BitArray, pattern *FinderPattern, outsideChar bool)
oned/rss/rss14_reader.go:179
↓ 5 callers
Method
decodeMiddle
(row *gozxing.BitArray, startRange []int, resultString []byte)
oned/ean13_reader.go:53
↓ 5 callers
Method
decodeMiddle
(row *gozxing.BitArray, startRange []int)
oned/upcean_extension2_support.go:47
↓ 5 callers
Method
decodeRow
(rowNumber int, row *gozxing.BitArray, rowOffset int)
oned/upcean_extension_support.go:21
↓ 5 callers
Method
detectSolid1
detectSolid1 Detect a solid side which has minimum transition.
datamatrix/detector/detector.go:103
↓ 5 callers
Method
doDecode
doDecode We're going to examine rows from the middle outward, searching alternately above and below the middle, and farther out each time. rowStep is
oned/oned_reader.go:97
↓ 5 callers
Function
edifactEncodeToCodewords
(sb []byte)
datamatrix/encoder/edifact_encoder.go:126
↓ 5 callers
Function
embedDataBits
embedDataBits Embed "dataBits" using "getMaskPattern". On success, modify the matrix and return true. For debugging purposes, it skips masking process
qrcode/encoder/matrix_util.go:231
↓ 5 callers
Method
ensureCapacity
(size int)
bit_array.go:30
↓ 5 callers
Function
extractPureBits
extractPureBits This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a
datamatrix/datamatrix_reader.go:95
↓ 5 callers
Method
foundPatternCross
(stateCount []int)
qrcode/detector/alignment_pattern_finder.go:114
↓ 5 callers
Method
getCodewords
()
datamatrix/decoder/data_block.go:107
↓ 5 callers
Method
getColor
getColor Gets the color of a segment @return 1 if segment more than 90% black, -1 if segment is more than 90% white, 0 else
aztec/detector/detector.go:467
↓ 5 callers
Method
getECBlocks
()
datamatrix/decoder/version.go:69
↓ 5 callers
Function
getMinimumCount
(mins []byte)
datamatrix/encoder/high_level_encoder.go:327
↓ 5 callers
Function
interleaveWithECBytes
interleaveWithECBytes Interleave "bits" with corresponding error correction bytes. On success, store the result in "result". The interleave rule is co
qrcode/encoder/encoder.go:409
↓ 5 callers
Function
isOnlyDoubleByteKanji
(content string)
qrcode/encoder/encoder.go:262
↓ 5 callers
Method
isValidPoint
(point gozxing.ResultPoint)
aztec/detector/detector.go:560
↓ 5 callers
Function
newException
(prefix string, args ...interface{})
reader_exception.go:32
← previous
next →
301–400 of 1,648, ranked by callers