Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/makiuchi-d/gozxing
/ types & classes
Types & classes
152 in github.com/makiuchi-d/gozxing
⨍
Functions
1,648
◇
Types & classes
152
↓ 6 callers
FuncType
ResultPointCallback
func(ResultPoint)
result_point_callback.go:3
↓ 2 callers
TypeAlias
Table
aztec/decoder/decoder.go:17
↓ 2 callers
TypeAlias
code128CType
Results of minimal lookahead for code C
oned/code128_writer.go:18
↓ 1 callers
TypeAlias
BarcodeFormat
barcode_format.go:3
↓ 1 callers
TypeAlias
DecodeHintType
decode_hint_type.go:3
↓ 1 callers
TypeAlias
EncodeHintType
encode_hint_type.go:3
↓ 1 callers
TypeAlias
ErrorCorrectionLevel
qrcode/decoder/error_correction_level.go:7
↓ 1 callers
TypeAlias
Mode
Data Matrix Codes can encode text as bits in one of several modes, and can use multiple modes in one Data Matrix Code. This class decodes the bits bac
datamatrix/decoder/decoded_bit_stream_parser.go:17
↓ 1 callers
TypeAlias
ResultMetadataType
result_metadata_type.go:3
↓ 1 callers
TypeAlias
SymbolShapeHint
SymbolShapeHint Enumeration for DataMatrix symbol shape hint. It can be used to force square or rectangular symbols.
datamatrix/encoder/symbol_shape_hint.go:5
Struct
ASCIIEncoder
datamatrix/encoder/ascii_encoder.go:7
Struct
AbstractRSSReader
oned/rss/abstract_rss_reader.go:21
Struct
AlignmentPattern
qrcode/detector/alignment_pattern.go:9
Struct
AlignmentPatternFinder
qrcode/detector/alignment_pattern_finder.go:9
Struct
AztecDetectorResult
AztecDetectorResult Extends {@link DetectorResult} with more information specific to the Aztec format, like the number of layers and whether it's comp
aztec/detector/aztec_detector_result.go:10
Struct
AztecReader
AztecReader : This implementation can detect and decode Aztec codes in an image.
aztec/aztec_reader.go:14
TypeAlias
BarcodeFormats
barcode_format.go:4
Struct
Base256Encoder
datamatrix/encoder/base256_encoder.go:7
Interface
Binarizer
binarizr.go:3
Struct
BinaryBitmap
binary_bitmap.go:7
Struct
BitArray
bit_array.go:9
Struct
BitMatrix
bit_matrix.go:10
Struct
BitMatrixParser
datamatrix/decoder/bit_matrix_parser.go:7
Struct
BitMatrixParser
qrcode/decoder/bit_matrix_parser.go:7
Struct
BitSource
common/bit_source.go:7
Struct
BlockPair
qrcode/encoder/block_pair.go:3
Struct
ByteMatrix
qrcode/encoder/byte_matrix.go:3
Struct
C40Encoder
datamatrix/encoder/c40_encoder.go:7
Struct
CharacterSetECI
common/character_set_eci.go:15
Interface
ChecksumException
checksum_exception.go:3
Struct
DataBlock
DataBlock Encapsulates a block of data within a Data Matrix Code. Data Matrix Codes may split their data into multiple blocks, each of which is a unit
datamatrix/decoder/data_block.go:11
Struct
DataBlock
qrcode/decoder/data_block.go:7
Struct
DataCharacter
Encapsulates a since character value in an RSS barcode, including its checksum information.
oned/rss/data_character.go:9
Struct
DataMask
qrcode/decoder/data_mask.go:87
Struct
DataMatrixReader
datamatrix/datamatrix_reader.go:16
Struct
DataMatrixWriter
DataMatrixWriter This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
datamatrix/datamatrix_writer.go:10
Struct
Decoder
Decoder The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting the Data Matrix Code from an image.
datamatrix/decoder/decoder.go:12
Struct
Decoder
qrcode/decoder/decoder.go:9
Struct
Decoder
Detector The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
aztec/decoder/decoder.go:58
Struct
DecoderResult
common/decoder_result.go:3
Struct
DefaultGridSampler
common/default_grid_sampler.go:7
Struct
DefaultPlacement
datamatrix/encoder/default_placement.go:3
Struct
Detector
datamatrix/detector/detector.go:9
Struct
Detector
qrcode/detector/detector.go:12
Struct
Detector
Detector : Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.
aztec/detector/detector.go:27
Struct
DetectorResult
common/detector_result.go:7
Struct
Dimension
dimension.go:9
Struct
DummyGridSampler
testutil/testutil.go:113
Struct
ECB
ECB Encapsulates the parameters for one error-correction block in one symbol version. This includes the number of data codewords, and the number of ti
datamatrix/decoder/version.go:115
Struct
ECB
qrcode/decoder/version.go:166
Struct
ECBlocks
ECBlocks Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so,
datamatrix/decoder/version.go:99
Struct
ECBlocks
qrcode/decoder/version.go:141
Struct
EdifactEncoder
datamatrix/encoder/edifact_encoder.go:7
Interface
Encoder
datamatrix/encoder/encoder.go:3
Struct
EncoderContext
datamatrix/encoder/encoder_context.go:9
Struct
FinderPattern
Encapsulates an RSS barcode finder pattern, including its start/end position and row.
oned/rss/finder_pattern.go:9
Struct
FinderPattern
qrcode/detector/finder_pattern.go:9
Struct
FinderPatternFinder
qrcode/detector/finder_pattern_finder.go:16
Struct
FinderPatternInfo
qrcode/detector/finder_pattern_info.go:3
Interface
FormatException
format_exception.go:3
Struct
FormatInformation
qrcode/decoder/format_information.go:44
Struct
GenericGF
common/reedsolomon/generic_gf.go:20
Struct
GenericGFPoly
common/reedsolomon/generic_gf_poly.go:9
Struct
GlobalHistogramBinarizer
global_histogram_binarizer.go:9
Struct
GoImageLuminanceSource
go_image_luminance_source.go:14
Interface
GridSampler
common/grid_sampler.go:7
Struct
HybridBinarizer
hybrid_binarizer.go:11
Struct
InvertedLuminanceSource
inverted_luminance_source.go:3
Interface
LuminanceSource
luminance_source.go:7
Struct
LuminanceSourceBase
luminance_source.go:89
Struct
Mode
qrcode/decoder/mode.go:7
Struct
MultiDetector
MultiDetector Encapsulates logic that can detect one or more QR Codes in an image, even if the QR Code is rotated or skewed, or partially obscured.
multi/qrcode/detector/multi_detector.go:11
Struct
MultiFinderPatternFinder
This class attempts to find finder patterns in a QR Code. Finder patterns are the square markers at three corners of a QR Code. This class is thread-
multi/qrcode/detector/multi_finder_pattern_finder.go:21
Interface
MultipleBarcodeReader
MultipleBarcodeReader Implementation of this interface attempt to read several barcodes from one image. @see com.google.zxing.Reader
multi/multiple_barcode_reader.go:11
Interface
NotFoundException
not_found_exception.go:3
Struct
OneDReader
OneDReader Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
oned/oned_reader.go:23
Struct
OneDimensionalCodeWriter
oned/one_dimensional_code_writer.go:28
Struct
Pair
oned/rss/pair.go:3
Struct
PerspectiveTransform
common/perspective_transform.go:3
Struct
PlanarYUVLuminanceSource
planar_yuv_luminance_source.go:9
Struct
Point
aztec/detector/detector.go:581
Struct
QRCode
qrcode/encoder/qrcode.go:11
Struct
QRCodeDecoderMetaData
qrcode/decoder/qrcode_decoder_meta_data.go:7
Struct
QRCodeMultiReader
multi/qrcode/qrcode_multi_reader.go:19
Struct
QRCodeReader
qrcode/qrcode_reader.go:13
Struct
QRCodeWriter
qrcode/qrcode_writer.go:15
Struct
RGBLuminanceSource
rgb_luminance_source.go:7
Interface
Reader
reader.go:3
Interface
ReaderException
reader_exception.go:9
Struct
ReedSolomonDecoder
common/reedsolomon/reedsolomon_decoder.go:7
Struct
ReedSolomonEncoder
common/reedsolomon/reedsolomon_encoder.go:7
Interface
ReedSolomonException
common/reedsolomon/reedsolomon_exception.go:10
Struct
Result
result.go:7
Interface
ResultPoint
result_point.go:7
Struct
ResultPointBase
result_point.go:12
Interface
RowDecoder
oned/oned_reader.go:9
Struct
SymbolInfo
datamatrix/encoder/symbol_info.go:47
Struct
UPCEANExtension2Support
oned/upcean_extension2_support.go:9
Struct
UPCEANExtension5Support
oned/upcean_extension5_support.go:14
Struct
UPCEANExtensionSupport
oned/upcean_extension_support.go:9
next →
1–100 of 152, ranked by callers