MCPcopy Index your code

hub / github.com/makiuchi-d/gozxing / types & classes

Types & classes152 in github.com/makiuchi-d/gozxing

↓ 6 callersFuncTypeResultPointCallback
func(ResultPoint)
result_point_callback.go:3
↓ 2 callersTypeAliasTable
aztec/decoder/decoder.go:17
↓ 2 callersTypeAliascode128CType
Results of minimal lookahead for code C
oned/code128_writer.go:18
↓ 1 callersTypeAliasBarcodeFormat
barcode_format.go:3
↓ 1 callersTypeAliasDecodeHintType
decode_hint_type.go:3
↓ 1 callersTypeAliasEncodeHintType
encode_hint_type.go:3
↓ 1 callersTypeAliasErrorCorrectionLevel
qrcode/decoder/error_correction_level.go:7
↓ 1 callersTypeAliasMode
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 callersTypeAliasResultMetadataType
result_metadata_type.go:3
↓ 1 callersTypeAliasSymbolShapeHint
SymbolShapeHint Enumeration for DataMatrix symbol shape hint. It can be used to force square or rectangular symbols.
datamatrix/encoder/symbol_shape_hint.go:5
StructASCIIEncoder
datamatrix/encoder/ascii_encoder.go:7
StructAbstractRSSReader
oned/rss/abstract_rss_reader.go:21
StructAlignmentPattern
qrcode/detector/alignment_pattern.go:9
StructAlignmentPatternFinder
qrcode/detector/alignment_pattern_finder.go:9
StructAztecDetectorResult
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
StructAztecReader
AztecReader : This implementation can detect and decode Aztec codes in an image.
aztec/aztec_reader.go:14
TypeAliasBarcodeFormats
barcode_format.go:4
StructBase256Encoder
datamatrix/encoder/base256_encoder.go:7
InterfaceBinarizer
binarizr.go:3
StructBinaryBitmap
binary_bitmap.go:7
StructBitArray
bit_array.go:9
StructBitMatrix
bit_matrix.go:10
StructBitMatrixParser
datamatrix/decoder/bit_matrix_parser.go:7
StructBitMatrixParser
qrcode/decoder/bit_matrix_parser.go:7
StructBitSource
common/bit_source.go:7
StructBlockPair
qrcode/encoder/block_pair.go:3
StructByteMatrix
qrcode/encoder/byte_matrix.go:3
StructC40Encoder
datamatrix/encoder/c40_encoder.go:7
StructCharacterSetECI
common/character_set_eci.go:15
InterfaceChecksumException
checksum_exception.go:3
StructDataBlock
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
StructDataBlock
qrcode/decoder/data_block.go:7
StructDataCharacter
Encapsulates a since character value in an RSS barcode, including its checksum information.
oned/rss/data_character.go:9
StructDataMask
qrcode/decoder/data_mask.go:87
StructDataMatrixReader
datamatrix/datamatrix_reader.go:16
StructDataMatrixWriter
DataMatrixWriter This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
datamatrix/datamatrix_writer.go:10
StructDecoder
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
StructDecoder
qrcode/decoder/decoder.go:9
StructDecoder
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
StructDecoderResult
common/decoder_result.go:3
StructDefaultGridSampler
common/default_grid_sampler.go:7
StructDefaultPlacement
datamatrix/encoder/default_placement.go:3
StructDetector
datamatrix/detector/detector.go:9
StructDetector
qrcode/detector/detector.go:12
StructDetector
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
StructDetectorResult
common/detector_result.go:7
StructDimension
dimension.go:9
StructDummyGridSampler
testutil/testutil.go:113
StructECB
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
StructECB
qrcode/decoder/version.go:166
StructECBlocks
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
StructECBlocks
qrcode/decoder/version.go:141
StructEdifactEncoder
datamatrix/encoder/edifact_encoder.go:7
InterfaceEncoder
datamatrix/encoder/encoder.go:3
StructEncoderContext
datamatrix/encoder/encoder_context.go:9
StructFinderPattern
Encapsulates an RSS barcode finder pattern, including its start/end position and row.
oned/rss/finder_pattern.go:9
StructFinderPattern
qrcode/detector/finder_pattern.go:9
StructFinderPatternFinder
qrcode/detector/finder_pattern_finder.go:16
StructFinderPatternInfo
qrcode/detector/finder_pattern_info.go:3
InterfaceFormatException
format_exception.go:3
StructFormatInformation
qrcode/decoder/format_information.go:44
StructGenericGF
common/reedsolomon/generic_gf.go:20
StructGenericGFPoly
common/reedsolomon/generic_gf_poly.go:9
StructGlobalHistogramBinarizer
global_histogram_binarizer.go:9
StructGoImageLuminanceSource
go_image_luminance_source.go:14
InterfaceGridSampler
common/grid_sampler.go:7
StructHybridBinarizer
hybrid_binarizer.go:11
StructInvertedLuminanceSource
inverted_luminance_source.go:3
InterfaceLuminanceSource
luminance_source.go:7
StructLuminanceSourceBase
luminance_source.go:89
StructMode
qrcode/decoder/mode.go:7
StructMultiDetector
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
StructMultiFinderPatternFinder
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
InterfaceMultipleBarcodeReader
MultipleBarcodeReader Implementation of this interface attempt to read several barcodes from one image. @see com.google.zxing.Reader
multi/multiple_barcode_reader.go:11
InterfaceNotFoundException
not_found_exception.go:3
StructOneDReader
OneDReader Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
oned/oned_reader.go:23
StructOneDimensionalCodeWriter
oned/one_dimensional_code_writer.go:28
StructPair
oned/rss/pair.go:3
StructPerspectiveTransform
common/perspective_transform.go:3
StructPlanarYUVLuminanceSource
planar_yuv_luminance_source.go:9
StructPoint
aztec/detector/detector.go:581
StructQRCode
qrcode/encoder/qrcode.go:11
StructQRCodeDecoderMetaData
qrcode/decoder/qrcode_decoder_meta_data.go:7
StructQRCodeMultiReader
multi/qrcode/qrcode_multi_reader.go:19
StructQRCodeReader
qrcode/qrcode_reader.go:13
StructQRCodeWriter
qrcode/qrcode_writer.go:15
StructRGBLuminanceSource
rgb_luminance_source.go:7
InterfaceReader
reader.go:3
InterfaceReaderException
reader_exception.go:9
StructReedSolomonDecoder
common/reedsolomon/reedsolomon_decoder.go:7
StructReedSolomonEncoder
common/reedsolomon/reedsolomon_encoder.go:7
InterfaceReedSolomonException
common/reedsolomon/reedsolomon_exception.go:10
StructResult
result.go:7
InterfaceResultPoint
result_point.go:7
StructResultPointBase
result_point.go:12
InterfaceRowDecoder
oned/oned_reader.go:9
StructSymbolInfo
datamatrix/encoder/symbol_info.go:47
StructUPCEANExtension2Support
oned/upcean_extension2_support.go:9
StructUPCEANExtension5Support
oned/upcean_extension5_support.go:14
StructUPCEANExtensionSupport
oned/upcean_extension_support.go:9
next →1–100 of 152, ranked by callers